feat(snapshot): complete concurrent PageBroker staging - #13172
Closed
dfeigin-nv wants to merge 10 commits into
Closed
feat(snapshot): complete concurrent PageBroker staging#13172dfeigin-nv wants to merge 10 commits into
dfeigin-nv wants to merge 10 commits into
Conversation
|
dfeigin-nv
force-pushed
the
pagebroker-daemon-concurrency
branch
from
August 13, 2026 11:59
66a0d19 to
da9c5dc
Compare
dfeigin-nv
force-pushed
the
pagebroker-daemon-concurrency
branch
from
August 13, 2026 12:11
da9c5dc to
c19741a
Compare
dfeigin-nv
force-pushed
the
pagebroker-daemon-concurrency
branch
from
August 13, 2026 13:07
6d64deb to
abfc333
Compare
dfeigin-nv
force-pushed
the
pagebroker-daemon-concurrency
branch
from
August 13, 2026 13:25
abfc333 to
12d2935
Compare
dfeigin-nv
force-pushed
the
pagebroker-daemon-concurrency
branch
from
August 13, 2026 13:35
12d2935 to
b154343
Compare
dfeigin-nv
force-pushed
the
pagebroker-daemon-concurrency
branch
from
August 13, 2026 13:42
b154343 to
aa27450
Compare
This was referenced Aug 13, 2026
dfeigin-nv
force-pushed
the
pagebroker-daemon-concurrency
branch
2 times, most recently
from
August 16, 2026 08:51
63995a3 to
43a9151
Compare
dfeigin-nv
force-pushed
the
pagebroker-daemon-concurrency
branch
from
August 16, 2026 10:16
43a9151 to
d0d7a31
Compare
dfeigin-nv
force-pushed
the
pagebroker-daemon-concurrency
branch
from
August 16, 2026 10:34
d0d7a31 to
f553bb1
Compare
dfeigin-nv
force-pushed
the
pagebroker-daemon-concurrency
branch
from
August 16, 2026 11:33
f553bb1 to
9248e4b
Compare
dfeigin-nv
force-pushed
the
pagebroker-daemon-concurrency
branch
from
August 16, 2026 13:29
9248e4b to
35f5d18
Compare
Signed-off-by: Dan Feigin <dfeigin@nvidia.com>
dfeigin-nv
force-pushed
the
pagebroker-daemon-concurrency
branch
from
August 16, 2026 13:48
35f5d18 to
9d1d910
Compare
Contributor
Author
|
Moved to ai-dynamo/snapshot#94. |
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.
Adds concurrent PageBroker request handling and bounded terminal transaction retention.
Validation:
make -C deploy/snapshot/pagebroker test daemon,go test ./internal/pagebroker, Helm lint/render, andgit diff --check.Concurrent restore E2E (commit
c19741ace6): onaws-k3s-eu-north, namespacerunai-test, two restore requests were submitted 48 ms apart. Both restore pods became Ready; PageBroker staged and committed separate transaction IDs; agent logs reported CRIU restore completion for both.