Re: [ovs-dev] [PATCH 5/5] ovsdb: raft: Fix inability to join after leadership change round trip.

2024-03-25 Thread Han Zhou
On Fri, Mar 15, 2024 at 1:15 PM Ilya Maximets wrote: > > Consider the following sequence of events: > > 1. Cluster with 2 nodes - A and B. A is a leader. > 2. C connects to A and sends a join request. > 3. A sends an append request to C. C is in CATCHUP phase for A. > 4. A looses leadership

[ovs-dev] [PATCH 5/5] ovsdb: raft: Fix inability to join after leadership change round trip.

2024-03-15 Thread Ilya Maximets
Consider the following sequence of events: 1. Cluster with 2 nodes - A and B. A is a leader. 2. C connects to A and sends a join request. 3. A sends an append request to C. C is in CATCHUP phase for A. 4. A looses leadership to B. Sends join failure notification to C. 5. C sends append