summaryrefslogtreecommitdiff
path: root/ovsdb/raft.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb raft: Avoid unnecessary reconnecting during leader election.Han Zhou2019-04-221-2/+11
* ovsdb raft: Fix duplicated transaction execution when leader failover.Han Zhou2019-04-151-27/+49
* ovsdb raft: cmd->eid should always be non-null.Han Zhou2019-04-151-6/+3
* ovsdb raft: Support commands that are required for testing failure scenarios.Han Zhou2019-04-151-0/+83
* ovsdb raft: Sync commit index to followers without delay.Han Zhou2019-04-151-14/+29
* ovsdb raft: Precheck prereq before proposing commit.Han Zhou2019-03-071-1/+1
* raft.c: Remove noisy INFO logHan Zhou2019-01-281-1/+0
* raft: Fix notifications when a server leaves the cluster.Ben Pfaff2018-11-191-12/+38
* raft: Avoid null dereference in raft_update_our_match_index().Ben Pfaff2018-11-191-2/+4
* raft: Avoid use-after-free error in raft_update_commit_index().Ben Pfaff2018-11-191-3/+6
* raft: Improve logging for sent RPCs.Ben Pfaff2018-11-191-21/+34
* raft: Fix use-after-free error in raft_store_snapshot().Ben Pfaff2018-08-071-5/+5
* Make <host>:<port> parsing uniform treewide.Ben Pfaff2018-04-161-3/+2
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-0/+4350