The new test "ovsdb-server/active-backup-role-switching" introduced in commit
60e0cd041958 ("ovsdb: Replication usability improvements") (and backported to
branch-2.6 as commit 77eb90b24be3) regularly fails on some systems.

Investigation with valgrind using this test highlighted a segfault, a memory
leak and some other warnings about "possibly lost" memory. This series
addresses these particular issues.

There's a couple of "possible loss" warnings for this test that I didn't
address here, because they look less likely to cause problems in practice.

Joe Stringer (3):
  ovsdb-monitor: Fix segfault during replication.
  ovsdb-monitor: Fix valgrind 'possible loss' warnings.
  ovsdb: Fix replication memory leak.

 ovsdb/jsonrpc-server.c |  2 +-
 ovsdb/monitor.c        | 12 ++++++++----
 ovsdb/replication.c    |  1 -
 3 files changed, 9 insertions(+), 6 deletions(-)

-- 
2.9.3

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to