perf(reassembler): batch group staging reads and expose fetch timings - #4072
Draft
pthombre wants to merge 2 commits into
Draft
perf(reassembler): batch group staging reads and expose fetch timings#4072pthombre wants to merge 2 commits into
pthombre wants to merge 2 commits into
Conversation
added 2 commits
September 9, 2026 23:09
Signed-off-by: Pranav Thombre <pthombre@aws-cmh-slurm-1-vscode-01.cm.cluster>
Signed-off-by: Pranav Thombre <pthombre@aws-cmh-slurm-1-vscode-01.cm.cluster>
4 tasks
pthombre
added this pull request to stack #4074
September 10, 2026 07:08
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.
What does this PR do?
Token-capture reassembly currently fetches staging rows once per rollout and combines data-plane latency with verification time. Fetch the deduplicated staging-key union once per group, preserve per-rollout failure isolation, and expose separate fetch and verification timings.
Issues
Closes #4010. Follow-up to #3837.
PR stack
This is the first PR in the stack:
main→pranav/reassembler-group-fetch→pranav/capture-orchestration.Next in stack: #4073 (capture orchestration).
The capture-orchestration PR builds on this branch. Merge this PR first, then rebase/retarget the dependent PR to
main.Validation
364119fa60553475f3b8022242c7f40a873d032b: completed with exit0:0.rl-gymcontainer and its Gym environment. Live storage coverage uses TQ's simple backend; full training throughput and multi-node placement were not benchmarked.Before ready for review
This PR is intentionally a draft.