-
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.
fb/latency(cdc): agent to be table state awared, to handle different …
…p2p messages. (#5820) * add table struct to agent. * agent add table state machine. * simplify coordinator. * agent to be state awared. * call IsRemoveTableFinished to clean table resource from processor. * fix message header. * fix agent. * prepare new agent ready. * fix some test. * add basic ut. * fix agent handle message ut. * add all test. * fix agent handle stopping. * adjust pipeline table state. * refine the agent. * introduce tableManager. * fix all tests. * add some new test. * fix log. * fix by make check * fix by review comment. * fix by review comment. * fix ut. * fix check. * agent fix heartbeat does not refresh each tick. * remove scheduler log. * fix ut. * fix some test. * fix ut. * rename * fix by check.
- Loading branch information
1 parent
3daf68a
commit 409594b
Showing
12 changed files
with
858 additions
and
496 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
Oops, something went wrong.