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
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
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
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
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