[ovs-git] [openvswitch/ovs] 1600e0: raft: Disable RAFT jsonrpc inactivity probe.

Winson Wang noreply at github.com
Tue May 12 18:06:34 UTC 2020


  Branch: refs/heads/branch-2.13
  Home:   https://github.com/openvswitch/ovs
  Commit: 1600e0040caded7eaa9b1f41926f9619d8e0ec8d
      https://github.com/openvswitch/ovs/commit/1600e0040caded7eaa9b1f41926f9619d8e0ec8d
  Author: Zhen Wang <zhewang at nvidia.com>
  Date:   2020-05-12 (Tue, 12 May 2020)

  Changed paths:
    M ovsdb/raft.c

  Log Message:
  -----------
  raft: Disable RAFT jsonrpc inactivity probe.

With the scale test of 640 nodes k8s cluster, raft DB nodes' jsonrpc
session got closed due to the timeout of default 5 seconds probe.
It will cause disturbance of the raft cluster. Since we already have
the heartbeat for RAFT, just disable the probe between the servers
to avoid the unnecessary jsonrpc inactivity probe.

Acked-by: Han Zhou <hzhou at ovn.org>
Signed-off-by: Zhen Wang <zhewang at nvidia.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>




More information about the git mailing list