-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scheduler(2pc): agent for 2 phase scheduling (#5593)
* fix some typo. * update table scheduler proto * add some new to agent. * track owner info. * try to handle dispatch table request. * add more and more to agent implementation. * fix update owner info. * finish handle dispatch table. * tackle epoch * remove checkpoint from proto * handle heartbeat with stopping. * add benchmark for heartbeat response. * fix agent. * fix agent code layout. * refine benchmark test. * refine coordinator / capture_manager / relication_manager. * fix agent. * add a lot of test. * revise the code. * fix by suggestion. * fix by suggestion. * remoe pendingTask. * fix unit test.
- Loading branch information
1 parent
c7c6354
commit dfc2d3e
Showing
26 changed files
with
1,409 additions
and
455 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.