Re: [ovs-dev] Replication feature bug

2016-08-02 Thread Andy Zhou
On Mon, Aug 1, 2016 at 2:44 PM, Andy Zhou wrote: > > > On Mon, Aug 1, 2016 at 10:07 AM, Cabrera Vega, Mario Alberto < > mario.cabr...@hpe.com> wrote: > >> Hi, >> >> The replication_init() function initializes the set that contains the >> names of the >> tables to be monitored and the set that con

Re: [ovs-dev] Replication feature bug

2016-08-01 Thread Andy Zhou
On Mon, Aug 1, 2016 at 10:07 AM, Cabrera Vega, Mario Alberto < mario.cabr...@hpe.com> wrote: > Hi, > > The replication_init() function initializes the set that contains the > names of the > tables to be monitored and the set that contains the names of the tables > to be > excluded from replication

Re: [ovs-dev] Replication feature bug

2016-08-01 Thread Paul Boca
Hi, I saw that the monitored_tables are by default initialized but for some reason on x64 Debug build the monitored_tables is not empty and the server loops in this call: https://github.com/openvswitch/ovs/blob/0cedc9dbc1e4d40f975617ccf4b63cb594783443/ovsdb/replication.c#L110 If I added the repl

Re: [ovs-dev] Replication feature bug

2016-08-01 Thread Cabrera Vega, Mario Alberto
Hi, The replication_init() function initializes the set that contains the names of the tables to be monitored and the set that contains the names of the tables to be excluded from replication. When using the -sync-from option is not necessary to call this function since the sets are initialized b

[ovs-dev] Replication feature bug

2016-08-01 Thread Paul Boca
Hi! Recently on OVS master the test "ovsdb-server/get-remote-ovsdb-server" was added and on Windows (x64 Debug build) it is failing. I found that the replication module is not initialized if the ovsdb-server is started with --sync-from option: https://github.com/openvswitch/ovs/blob/master/ovsdb