Re: [ovs-dev] [PATCH 1/2] ovsdb-server: Don't log closing session at program termination.

2018-07-13 Thread Numan Siddique
On Fri, Jul 13, 2018 at 5:04 AM Ben Pfaff wrote: > This series still needs reviews. > > On Fri, Jun 15, 2018 at 03:11:09PM -0700, Ben Pfaff wrote: > > When ovsdb-server closes a remote connection, it logs a message about it > > that includes the reason. Until now this has included sessions that

Re: [ovs-dev] [PATCH 1/2] ovsdb-server: Don't log closing session at program termination.

2018-07-12 Thread Ben Pfaff
This series still needs reviews. On Fri, Jun 15, 2018 at 03:11:09PM -0700, Ben Pfaff wrote: > When ovsdb-server closes a remote connection, it logs a message about it > that includes the reason. Until now this has included sessions that it > closes when it exits. That meant that, when --run was

[ovs-dev] [PATCH 1/2] ovsdb-server: Don't log closing session at program termination.

2018-06-15 Thread Ben Pfaff
When ovsdb-server closes a remote connection, it logs a message about it that includes the reason. Until now this has included sessions that it closes when it exits. That meant that, when --run was used, there was a race between noticing that the subprocess exited and noticing that the session