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

Reconcile "reap" when no cluster leader #15

Closed
armon opened this issue Mar 20, 2014 · 0 comments
Closed

Reconcile "reap" when no cluster leader #15

armon opened this issue Mar 20, 2014 · 0 comments

Comments

@armon
Copy link
Member

armon commented Mar 20, 2014

If a member fails and is subsequently "reaped" from the Serf pool, this will trigger the node to be deregistered on the cluster leader. However, if there is no cluster leader, this event is lost. All other member events deal with this using a periodic reconciliation. However, after a reap, the node is no longer in the Serf pool, but exists in the catalog. The presence in the catalog must be reconciled with the absence in Serf and treated as a "reap" event. However, this is an extreme edge case, and also complex as there is no simple way to do this currently.

@armon armon closed this as completed in ed39e90 Apr 3, 2014
joshuarubin pushed a commit to zvelo/zvelo-consul that referenced this issue Nov 6, 2014
KrolikROJER pushed a commit to KrolikROJER/consul that referenced this issue Nov 23, 2018
duckhan pushed a commit to duckhan/consul that referenced this issue Oct 24, 2021
Connect Injector Webhook with Envoy
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

1 participant