A new server who is not added into cluster yet, will constantly send RequestVote RPC with new term number to others, and this will cause new raft election.
But the new server couldn't receive any AppendEntry RPC, so it will timeout and redo the same process, then cause a new election process again and again.
Certainly, this will result in very poor availability.
A new server who is not added into cluster yet, will constantly send RequestVote RPC with new term number to others, and this will cause new raft election.
But the new server couldn't receive any AppendEntry RPC, so it will timeout and redo the same process, then cause a new election process again and again.
Certainly, this will result in very poor availability.