Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Join request from leader is proxied back to itself #304

Open
kuujo opened this issue Mar 17, 2017 · 0 comments
Open

Join request from leader is proxied back to itself #304

kuujo opened this issue Mar 17, 2017 · 0 comments

Comments

@kuujo
Copy link
Member

kuujo commented Mar 17, 2017

When servers start up, the first thing they always do is send a JoinRequest to any node that can handle it. But the logic for joining the cluster is independent of server states. So, when a server starts and is elected leader, it will often attempt to join through another node which will proxy the join back to the leader. This is obviously just an odd behavior. The join logic should recognize the local server as the leader and complete the join with no configuration change.

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

No branches or pull requests

1 participant