Re: [ovs-dev] [v3] ovsdb: Replication usability improvements

2016-09-09 Thread Ben Pfaff
On Fri, Sep 09, 2016 at 01:59:19PM -0700, Joe Stringer wrote: > On 8 September 2016 at 21:23, Ben Pfaff wrote: > > On Tue, Sep 06, 2016 at 10:59:19AM -0700, Joe Stringer wrote: > >> In the new test I'm seeing OVSDB segfault: > >> > >> #0 0x004313ad in

Re: [ovs-dev] [v3] ovsdb: Replication usability improvements

2016-09-09 Thread Joe Stringer
On 8 September 2016 at 21:23, Ben Pfaff wrote: > On Tue, Sep 06, 2016 at 10:59:19AM -0700, Joe Stringer wrote: >> In the new test I'm seeing OVSDB segfault: >> >> #0 0x004313ad in ovsdb_datum_compare_3way (a=0x10ebaa0, b=0x0, >>type=0x10c29e8) at

Re: [ovs-dev] [v3] ovsdb: Replication usability improvements

2016-09-08 Thread Ben Pfaff
On Tue, Sep 06, 2016 at 10:59:19AM -0700, Joe Stringer wrote: > In the new test I'm seeing OVSDB segfault: > > #0 0x004313ad in ovsdb_datum_compare_3way (a=0x10ebaa0, b=0x0, >type=0x10c29e8) at ../lib/ovsdb-data.c:1626 > 1626if (a->n != b->n) { > (gdb) bt > #0

Re: [ovs-dev] [v3] ovsdb: Replication usability improvements

2016-09-06 Thread Joe Stringer
In the new test I'm seeing OVSDB segfault: #0 0x004313ad in ovsdb_datum_compare_3way (a=0x10ebaa0, b=0x0, type=0x10c29e8) at ../lib/ovsdb-data.c:1626 1626if (a->n != b->n) { (gdb) bt #0 0x004313ad in ovsdb_datum_compare_3way (a=0x10ebaa0, b=0x0, type=0x10c29e8) at

Re: [ovs-dev] [v3] ovsdb: Replication usability improvements

2016-09-03 Thread Andy Zhou
On Fri, Sep 2, 2016 at 1:55 PM, Ben Pfaff wrote: > On Wed, Aug 31, 2016 at 07:32:41PM -0700, Andy Zhou wrote: > > Added the '--no-sync' option base on feedbacks of current > > implementation. > > > > Added appctl command "ovsdb-server/sync-status" based on feedbacks > > of current

Re: [ovs-dev] [v3] ovsdb: Replication usability improvements

2016-09-02 Thread Ben Pfaff
On Wed, Aug 31, 2016 at 07:32:41PM -0700, Andy Zhou wrote: > Added the '--no-sync' option base on feedbacks of current > implementation. > > Added appctl command "ovsdb-server/sync-status" based on feedbacks > of current implementation. > > Added the RPL_S_INIT state in the state machine. This

[ovs-dev] [v3] ovsdb: Replication usability improvements

2016-08-31 Thread Andy Zhou
Added the '--no-sync' option base on feedbacks of current implementation. Added appctl command "ovsdb-server/sync-status" based on feedbacks of current implementation. Added the RPL_S_INIT state in the state machine. This state is not strictly necessary for the replication state machine, but is