Re: [ovs-dev] [PATCH 3/5] ovsdb: raft: Fix permanent joining state on a cluster member.

2024-03-25 Thread Han Zhou
On Fri, Mar 15, 2024 at 1:15 PM Ilya Maximets wrote: > > Consider the following chain of events: > > 1. Have a cluster with 2 members - A and B. A is a leader. > 2. C connects to A, sends a request to join the cluster. > 3. A catches up C, creates an update for the 'servers' list and sends >

[ovs-dev] [PATCH 3/5] ovsdb: raft: Fix permanent joining state on a cluster member.

2024-03-15 Thread Ilya Maximets
Consider the following chain of events: 1. Have a cluster with 2 members - A and B. A is a leader. 2. C connects to A, sends a request to join the cluster. 3. A catches up C, creates an update for the 'servers' list and sends it to B and C to apply. This entry is not committed yet. 4.