Skip to content
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

Priority-based leader election #545

Open
Dieterfu opened this issue Oct 19, 2024 · 1 comment
Open

Priority-based leader election #545

Dieterfu opened this issue Oct 19, 2024 · 1 comment

Comments

@Dieterfu
Copy link

Is it guaranteed that the follower with the highest priority will be the next leader, even though the clocks of the followers are not synchronized?

@greensky00
Copy link
Contributor

As mentioned in here, it is not deterministic. Most of time the highest priority one becomes the next leader, but there is no guarantee.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants