[3/N] feat(request): materialize request log status#342
Merged
Conversation
This was referenced Jul 13, 2026
albertywu
marked this pull request as ready for review
July 13, 2026 23:19
albertywu
requested review from
a team,
behinddwalls and
sbalabanov
as code owners
July 13, 2026 23:19
albertywu
force-pushed
the
wua/request-receipt-admission
branch
from
July 15, 2026 02:51
5062492 to
7ba92e7
Compare
albertywu
force-pushed
the
wua/request-log-materializer
branch
from
July 15, 2026 02:51
6ec424a to
6da4c38
Compare
albertywu
marked this pull request as draft
July 15, 2026 02:52
albertywu
force-pushed
the
wua/request-receipt-admission
branch
from
July 15, 2026 04:06
7ba92e7 to
309f8db
Compare
albertywu
force-pushed
the
wua/request-log-materializer
branch
from
July 15, 2026 04:06
6da4c38 to
1fe902a
Compare
albertywu
marked this pull request as ready for review
July 15, 2026 04:14
albertywu
force-pushed
the
wua/request-log-materializer
branch
from
July 15, 2026 04:31
1fe902a to
bb30051
Compare
albertywu
force-pushed
the
wua/request-receipt-admission
branch
from
July 15, 2026 04:31
309f8db to
0ed37a4
Compare
behinddwalls
approved these changes
Jul 15, 2026
albertywu
force-pushed
the
wua/request-receipt-admission
branch
from
July 15, 2026 17:19
0ed37a4 to
aa5f513
Compare
albertywu
force-pushed
the
wua/request-log-materializer
branch
from
July 15, 2026 17:19
bb30051 to
1803e8e
Compare
behinddwalls
force-pushed
the
wua/request-receipt-admission
branch
from
July 15, 2026 21:10
aa5f513 to
9d7da03
Compare
behinddwalls
force-pushed
the
wua/request-log-materializer
branch
from
July 15, 2026 21:10
1803e8e to
5014c91
Compare
roychying
pushed a commit
to roychying/submitqueue
that referenced
this pull request
Jul 15, 2026
## Summary Add storage contracts, MySQL implementations, generated mocks, and integration coverage for request summaries, queue projections, and change URI mappings. ## Test Plan ✅ `make fmt && make build && make test && make e2e-test` ## Issues ## Stack 1. @ uber#340 1. uber#341 1. uber#342 1. uber#343 1. uber#344 1. uber#345 1. uber#346
Add projection winner selection, optimistic-concurrency convergence, and queue-summary repair without activating production call sites yet. Validation: make fmt && make build && make test && make e2e-test
behinddwalls
force-pushed
the
wua/request-log-materializer
branch
from
July 15, 2026 21:21
5014c91 to
cba4d2e
Compare
albertywu
enabled auto-merge
July 15, 2026 21:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add projection winner selection, optimistic-concurrency convergence, and queue-summary repair without activating production call sites yet.
Test Plan
✅
make fmt && make build && make test && make e2e-testIssues
Stack