Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Balance channel may stuck at increasing replica number case
cause balance channel will wait until new delegator becomes serviceable, but new delegator need to sync target version then becomes serviceable, and sync target version need to be wait all replica load done. so if increasing replica number and balance channel happens at same time, logic dead lock occurs. Signed-off-by: Wei Liu <[email protected]>
- Loading branch information