-
Notifications
You must be signed in to change notification settings - Fork 726
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
mcs: async evict-leader-scheduler config in api server #7388
Comments
It appears that there is a synchronization discrepancy between the API server and the scheduling server regarding the paused state of the store. During testing, we observed that the scheduling server reflects store 2 as being paused, whereas the API server indicates that store 3 is paused. This misalignment may be attributed to a lack of initial configuration and cleanup, which has led to an inconsistency in the in-memory representation of the store's state on the API server when compared to the persisted configuration. |
Is it duplicated with #7257? |
close #7388 Signed-off-by: lhy1024 <admin@liudos.us> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
close tikv#7388 Signed-off-by: lhy1024 <admin@liudos.us> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Bug Report
What did you do?
add evict leader scheduler config and check it
What did you expect to see?
It is synced
What did you see instead?
It is async between memory and persist config in api server.
Of course, because scheduling server is sync with persist config, so the memory data in api server is different from scheduling server
What version of PD are you using (
pd-server -V
)?The text was updated successfully, but these errors were encountered: