You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a potential risk if something goes wrong between step 3 and 4, then the new node is in member list, while data dir is still empty, so it will not be able to join. What's worse, if there is only 1 node before the join, the pd cluster will stop serving due to lack of online nodes.
The text was updated successfully, but these errors were encountered:
Now the node join process is:
addMember
.There is a potential risk if something goes wrong between step 3 and 4, then the new node is in member list, while data dir is still empty, so it will not be able to join. What's worse, if there is only 1 node before the join, the pd cluster will stop serving due to lack of online nodes.
The text was updated successfully, but these errors were encountered: