Replies: 3 comments 3 replies
-
ra:remove_member/2|3 does this
…On Mon, 14 Nov 2022 at 07:52, Martin Bjorklund ***@***.***> wrote:
Suppose I have a cluster with 3 members, and I want to move this cluster
to 3 other nodes. I can call add_member with all 3 new nodes, one at the
time.
Is there a way to know that it is safe to delete the 3 old members?
—
Reply to this email directly, view it on GitHub
<#332>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJAHFFTVWOTKZJKSU3Q5ATWIHVTDANCNFSM6AAAAAAR7QT7C4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
*Karl Nilsson*
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Do you mean that remove_member returns with an error if not all state is available somewhere in the rest of the cluster? Is there are way to test this before calling remove_member? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose I have a cluster with 3 members, and I want to move this cluster to 3 other nodes. I can call
add_member
with all 3 new nodes, one at the time.Is there a way to know that it is safe to delete the 3 old members?
Beta Was this translation helpful? Give feedback.
All reactions