Deadlock in Raft config change in a two nodes cluster #4472
Labels
affects/master
PR/issue: this bug affects master version.
later
Solution: this issue will be handle in later version
process/done
Process of bug
severity/minor
Severity of bug
type/bug
Type: something is unexpected
wontfix
Solution: this will not be worked on recently
Please check the FAQ documentation before raising an issue
Describe the bug (required)
Nebula use apply after commit strategy in making raft membership change which suffer from a severe dead lock like problem when there are only two nodes in the cluster. In a two node cluster consisting leader and follower:
this problem might happends when we try to perform balance data operation in a 1 replicas space.
Your Environments (required)
uname -a
g++ --version
orclang++ --version
lscpu
How To Reproduce(required)
Steps to reproduce the behavior:
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: