Re: [ovs-dev] [PATCH] ovsdb: Fix OVSDB disconnect replication bug

2016-08-01 Thread Andy Zhou
On Mon, Aug 1, 2016 at 5:00 PM, Andy Zhou wrote: > > > On Mon, Aug 1, 2016 at 2:41 PM, Andy Zhou wrote: > >> From: Mario Cabrera >> >> Currently disconnecting from the replicator server means closing the >> jsonrpc >> connection and destroying the monitored table names and blacklisted table >>

Re: [ovs-dev] [PATCH] ovsdb: Fix OVSDB disconnect replication bug

2016-08-01 Thread Andy Zhou
On Mon, Aug 1, 2016 at 2:41 PM, Andy Zhou wrote: > From: Mario Cabrera > > Currently disconnecting from the replicator server means closing the > jsonrpc > connection and destroying the monitored table names and blacklisted table > names. > > This patch makes a distition between disconnecting fr

[ovs-dev] [PATCH] ovsdb: Fix OVSDB disconnect replication bug

2016-08-01 Thread Andy Zhou
From: Mario Cabrera Currently disconnecting from the replicator server means closing the jsonrpc connection and destroying the monitored table names and blacklisted table names. This patch makes a distition between disconnecting from the remote server, applicable when the replication incurs in a

Re: [ovs-dev] [PATCH] ovsdb: Fix OVSDB disconnect replication bug

2016-07-04 Thread Cabrera Vega, Mario Alberto
Here's the pull request: https://github.com/openvswitch/ovs/pull/140 -Original Message- From: Ben Pfaff [mailto:b...@ovn.org] Sent: Saturday, July 2, 2016 9:42 PM To: Cabrera Vega, Mario Alberto Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] ovsdb: Fix OVSDB disco

Re: [ovs-dev] [PATCH] ovsdb: Fix OVSDB disconnect replication bug

2016-07-02 Thread Ben Pfaff
On Tue, Jun 28, 2016 at 09:58:59PM +, Cabrera Vega, Mario Alberto wrote: > Currently disconnecting from the replicator server means closing the jsonrpc > connection and destroying the monitored table names and blacklisted table > names. > > This patch makes a distinction between disconnecting

[ovs-dev] [PATCH] ovsdb: Fix OVSDB disconnect replication bug

2016-06-28 Thread Cabrera Vega, Mario Alberto
Currently disconnecting from the replicator server means closing the jsonrpc connection and destroying the monitored table names and blacklisted table names. This patch makes a distinction between disconnecting from the remote server, applicable when the replication incurs in an error, and destroy