master server command shard problem #9488
Unanswered
leiwingqueen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
MasterSchedulerService responsible to scan the command table and dispatch the task to worker. if one master server down , other master server take the command instead.
other master will get notify from zookeeper and refresh the slot and masterCount. but the problem is that master server can not change those properties in the same time. Could it be a consistent problem?
or consistent hashing can solve the problem?
Beta Was this translation helpful? Give feedback.
All reactions