]> git.proxmox.com Git - mirror_ovs.git/commit
raft: Make backlog thresholds configurable.
authorIlya Maximets <i.maximets@ovn.org>
Sun, 25 Oct 2020 00:45:05 +0000 (02:45 +0200)
committerIlya Maximets <i.maximets@ovn.org>
Tue, 10 Nov 2020 00:23:47 +0000 (01:23 +0100)
commit80e3becdc1eea9b92253a391c0071e6218dda7d8
tree37b1955581b9068d4ae17cdeed7375d5d877bc89
parenteca34ebd7c418c0351eb92ae615d07edc31a9404
raft: Make backlog thresholds configurable.

New appctl 'cluster/set-backlog-threshold' to configure thresholds
on backlog of raft jsonrpc connections.  Could be used, for example,
in some extreme conditions where size of a database expected to be
very large, i.e. comparable with default 4GB threshold.

Acked-by: Dumitru Ceara <dceara@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
NEWS
ovsdb/ovsdb-server.1.in
ovsdb/raft.c