DO NOT MERGE: queue diagnose#5050
Conversation
|
🚅 Deployed to the rivet-pr-5050 environment in rivet-frontend
|
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Code Review: DO NOT MERGE — Queue Diagnostics
OverviewThis PR adds temporary diagnostic instrumentation across the queue subsystem — IssuesCritical (before any merge)
Minor / Nitpick
SummaryThe diagnostic intent is clear and the instrumentation covers the right call sites. Two changes are required before landing any part of this:
The |
2c029c2 to
9b64fa5
Compare
90567e2 to
8545743
Compare
8545743 to
f7733df
Compare
9b64fa5 to
0eb8f51
Compare
f7733df to
1474a34
Compare
1474a34 to
0a70a7c
Compare
0a70a7c to
c83ddd3
Compare
dcedee1 to
fbaeef3
Compare
0219bd2 to
b67bb8e
Compare
31975cf to
26b0baa
Compare
26b0baa to
1344263
Compare
b67bb8e to
4fe1e9c
Compare
4fe1e9c to
ac8e61e
Compare
1344263 to
24e1828
Compare
24e1828 to
42fadeb
Compare
ac8e61e to
23dc483
Compare
23dc483 to
27da53c
Compare
42fadeb to
2258fbe
Compare
2258fbe to
aa538e5
Compare
27da53c to
7e10972
Compare
aa538e5 to
a70e048
Compare
7e10972 to
73774f1
Compare
|
The existing review (comment 4433242763 from 2026-05-12) remains accurate after re-review on 2026-05-14. No code changes were made to the PR since the initial review. Key finding: all 7 Rust diagnostic log statements use tracing::warn! instead of tracing::debug! or tracing::trace!, which is the primary issue to fix before this branch influences any production-targeting code. |

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: