feat(gms): add cross-node host-tier orchestration [GMS 08/18]#11052
Open
hutm wants to merge 1 commit into
Open
Conversation
This was referenced Jun 29, 2026
8e65d33 to
5710076
Compare
579eb84 to
3a9fe9a
Compare
5710076 to
a5269bc
Compare
3a9fe9a to
4e41f5a
Compare
a5269bc to
5275c65
Compare
4e41f5a to
e1165e0
Compare
5275c65 to
674209e
Compare
e1165e0 to
13bbb00
Compare
Compose typed cross-node transfer, bootstrap, staging, tombstone, and recovery RPC domains on top of the local daemon. Transport implementations remain optional and land later. Signed-off-by: mkhadkevich <mkhadkevich@nvidia.com>
674209e to
e68878e
Compare
13bbb00 to
9349b97
Compare
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
Coordinate KV content discovery and transfer across nodes while keeping the storage and transport implementations interchangeable.
Scope
Adds cross-node transfer orchestration and validation helpers on top of the dedicated GMS KV cache manager. Optional NIXL and Mooncake implementations are deliberately deferred to position 15.
Stack
Position 8/18 in the GMS-managed KV review train. This PR is based on
review/gms-v2-latehost-08-3-1-host-tier-engine-core.Parent: #10450
Tracking: #10455 #10458
Review migration
This is the current review entry replacing historical merged PR #10480. GitHub does not allow a merged PR to be retargeted; #10480 and all of its comments and reviews remain intact as the historical record.
The train is rebased on
mainataeda23b483831df2f75b697b8ccf65f4ffd9f3d6. The reordered functionality is preserved while each PR boundary is independently buildable and lintable: compatibility call sites and the engine-facing placement adapter now appear at first use; missing type imports and test markers were added; repository-pinned formatting was applied; one unused constant was removed; and every commit carries a DCO sign-off. The complete range passesgit diff --checkand the full pre-commit suite.Validation