Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Leader task stuck and retry again and again
leader task require to update delegator's distribution, and only success after the distribution change has been applyed to delegator. but the delegator will reject the distribution change if it's version is older than current version in delegator. which cause the leader task stuck and retry forever. this PR remove the leader task finish check. Signed-off-by: Wei Liu <[email protected]>
- Loading branch information