-
Notifications
You must be signed in to change notification settings - Fork 719
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
add join support #215
Comments
@overvenus PTAL |
Feel free to ask @siddontang if u have any question. @overvenus |
Got it! |
you must notice that the join pd list must be |
This is pretty dangerous. For etcd, we intentionally make it tedious by requiring two steps + full expected configuration... Or people will make mistakes and screw up their clusters (we use join in the early version of etcd... we see too many troubles...). |
Thank you. @xiang90 |
Fixed, #226 |
Now adding a member dynamically is not easy, see https://coreos.com/etcd/docs/latest/runtime-configuration.html
And we have to another supply initital_cluster_state flag too, I think we can use another way to do it.
We start first pd and then use
join
mechanism to let following pd to join the cluster. The join arg can contain any valid pds in current cluster/cc @disksing @qiuyesuifeng @iamxy
The text was updated successfully, but these errors were encountered: