Re: [ovs-dev] [PATCH 1/3] ovsdb: Gracefully handle replication errors.

2017-02-08 Thread Ben Pfaff
On Tue, Feb 07, 2017 at 08:40:20PM -0800, Andy Zhou wrote: > Sometimes replication session can fail mostly due to replication > configurations. i.e. replicating from a database with a different > version of the schema. > > Currently, those errors are treated as fatal errors, and stops the > OVSDB

[ovs-dev] [PATCH 1/3] ovsdb: Gracefully handle replication errors.

2017-02-07 Thread Andy Zhou
Sometimes replication session can fail mostly due to replication configurations. i.e. replicating from a database with a different version of the schema. Currently, those errors are treated as fatal errors, and stops the OVSDB server. A better way to handle those error may be to stop only the repl