[ovs-git] [openvswitch/ovs] 6a7bce: hmap: Improve debug log message when reporting unu...

Ben Pfaff noreply at github.com
Tue Mar 26 20:42:52 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 6a7bceaac390c3fcdf97a259d9d27ba66b44d827
      https://github.com/openvswitch/ovs/commit/6a7bceaac390c3fcdf97a259d9d27ba66b44d827
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2019-03-26 (Tue, 26 Mar 2019)

  Changed paths:
    M lib/hmap.c

  Log Message:
  -----------
  hmap: Improve debug log message when reporting unusually large buckets.

I was seeing a lot of these messages, including a lot of them suppressed
by rate-limiting, and I wondered whether any really big messages were
being suppressed.  By reporting the largest bucket, instead of just every
large bucket, it becomes more likely that the truly too-large buckets get
reported.

(The problem I saw was a false alarm.)

Acked-by: Han Zhou <hzhou8 at ebay.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list