-
Notifications
You must be signed in to change notification settings - Fork 719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tso: add the allocator checker #2992
Conversation
Signed-off-by: JmPotato <[email protected]>
/rebuild |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rest LGTM
Signed-off-by: JmPotato <[email protected]>
Signed-off-by: JmPotato <[email protected]>
1ae165f
to
3127c5b
Compare
/run-all-tests |
Signed-off-by: JmPotato <[email protected]>
04687b3
to
e25418d
Compare
Signed-off-by: JmPotato <[email protected]>
Signed-off-by: JmPotato <[email protected]>
/run-all-tests |
Signed-off-by: JmPotato <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest LGTM
Signed-off-by: JmPotato <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
/run-all-tests |
@Yisaer Oops! auto merge is restricted to Committers of the SIG.See the corresponding SIG page for more information. Related SIG: scheduling(slack). |
Signed-off-by: JmPotato [email protected]
What problem does this PR solve?
Part of #2984 and #2759. Prepare for the next step of implementing the global TSO generation algorithm.
What is changed and how it works?
After merging this pr, the
AllocatorDaemon
will check thedc-location
config in the cluster periodically. If any new newdc-location
found, it will set up the corresponding Local TSO Allocator.Check List
Tests
Release note