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

fix(autocluster): avoid stopping autocluster too eagerly #242

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

keynslug
Copy link
Contributor

Specifically when discovery found no nodes. This can happen due to a lot of various race conditions in real-world systems, e.g. DNS information propagating with some delay.

Now the assumption is that discovery should find at least a single node. With singleton clusters, this will be the current node most of time anyway.

Specifically when discovery found no nodes. This can happen due to a lot
of various race conditions in real-world systems, e.g.: DNS information
propagating with some delay.

Now the assumption is that discovery should find at least a single node.
With singleton clusters, this will be the current node most of time.
@keynslug keynslug merged commit 1281e1a into emqx:main-emqx-4.3 Dec 20, 2024
2 checks passed
@keynslug keynslug deleted the fix/autocluster-eager-stop branch December 20, 2024 16:34
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

Successfully merging this pull request may close these issues.

2 participants