Re: [ovs-dev] [PATCH] ovsdb-idl: Add function to reset min_index.

2020-05-28 Thread Ilya Maximets
On 5/4/20 6:17 PM, Han Zhou wrote: > On Fri, May 1, 2020 at 12:13 PM Mark Michelson wrote: >> >> If an administrator removes all of the databases in a cluster from >> disk, then ovsdb IDL clients will have a problem. The databases will all >> reset their stored indexes to 0, so The IDL client's

Re: [ovs-dev] [PATCH] ovsdb-idl: Add function to reset min_index.

2020-05-04 Thread Han Zhou
On Fri, May 1, 2020 at 12:13 PM Mark Michelson wrote: > > If an administrator removes all of the databases in a cluster from > disk, then ovsdb IDL clients will have a problem. The databases will all > reset their stored indexes to 0, so The IDL client's min_index will be > higher than the

[ovs-dev] [PATCH] ovsdb-idl: Add function to reset min_index.

2020-05-01 Thread Mark Michelson
If an administrator removes all of the databases in a cluster from disk, then ovsdb IDL clients will have a problem. The databases will all reset their stored indexes to 0, so The IDL client's min_index will be higher than the indexes of all databases in the cluster. This results in the client