lni/dragonboat

Can the function be modified so that deleted nodes can be added to the cluster again after RemoveData is called?

xiatianqiuyu opened this issue · 1 comments

Can the function be modified so that deleted nodes can be added to the cluster again after RemoveData is called?

lni commented

No.

Once data belong to that replica is deleted after calling RemoveData, you should never try to add that node back to the shard. In fact, extra feature should be added to detect such operation that can corrupt your shard.