[ovs-git] [openvswitch/ovs] 3109f4: bridge: Skip statistics update if cannot get ovsdb...

GitHub noreply at github.com
Mon Sep 29 03:27:51 UTC 2014


  Branch: refs/heads/branch-2.3
  Home:   https://github.com/openvswitch/ovs
  Commit: 3109f49d6eee43693a4e187f0e81ba831b3212a4
      https://github.com/openvswitch/ovs/commit/3109f49d6eee43693a4e187f0e81ba831b3212a4
  Author: Alex Wang <alexw at nicira.com>
  Date:   2014-09-28 (Sun, 28 Sep 2014)

  Changed paths:
    M vswitchd/bridge.c

  Log Message:
  -----------
  bridge: Skip statistics update if cannot get ovsdb config.

Commit 62c5c3e (bridge: Rate limit the statistics update.) makes
ovs try committing the statistics even if ovs failed to get ovsdb
configuration.  This causes the ovs committing the NULL transaction
pointer.

To fix this issue, this commit makes ovs skip statistics update
if it cannot get ovsdb config.

VMware-BZ: #1331308

Signed-off-by: Alex Wang <alexw at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list