-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] [1/N] New interface to combine client registerat and announce …
…at NodeManager (#49235) Issue reference: #48837 This PR simply combines two existing API call: client registration and port announcement into one, with no functionality change. The plan is to - Add new APIs at callee side, so we don't have production effect; - Do no-op code refactor at caller side, so it's easier to refactor and merge API calls - Connect caller and callee with the new API calls, after (1) and (2) the code structure should be at a clean state which is friendly and easy for API merge. --------- Signed-off-by: hjiang <hjiang@anyscale.com>
- Loading branch information
Showing
5 changed files
with
240 additions
and
59 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.