Remove a single learner or member #1191
-
Hey, I am trying to implement auto self-healing for my new Hiqlite project and most of it works as I need it, but there is one last thing I could not find a solution for yet. Is there a way to remove a single learner / member? I can of course use
... and I want to remove just either a member or a learner. The problem is, that I can get rid of a member with The reason I want to do this is, that I want to be able to make nodes auto-recover from failed or corrupted volumes. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Oh it should be a bug that |
Beta Was this translation helpful? Give feedback.
What's the statement you calling
Raft::change_member()
and what's your cluster setup before callingchange_member()
? I can not yet reproduce this issue on my laptop.retain=false
is meant to remove just the affected voter and leave the existing learner unaffected.