]> git.proxmox.com Git - mirror_ovs.git/history - ovsdb/raft.c
raft.c: Set candidate_retrying if no leader elected since last election.
[mirror_ovs.git] / ovsdb / raft.c
2019-08-21 Han Zhouraft.c: Set candidate_retrying if no leader elected...
2019-08-21 Han Zhouraft.c: Stale leader should disconnect from cluster.
2019-08-21 Han Zhouraft: Move raft_reset_ping_timer() out of the loop.
2019-04-22 Han Zhouovsdb raft: Avoid unnecessary reconnecting during leade...
2019-04-15 Han Zhouovsdb raft: Fix duplicated transaction execution when...
2019-04-15 Han Zhouovsdb raft: cmd->eid should always be non-null.
2019-04-15 Han Zhouovsdb raft: Support commands that are required for...
2019-04-15 Han Zhouovsdb raft: Sync commit index to followers without...
2019-03-07 Han Zhouovsdb raft: Precheck prereq before proposing commit.
2019-01-29 Han Zhouraft.c: Remove noisy INFO log
2018-11-19 Ben Pfaffraft: Fix notifications when a server leaves the cluster.
2018-11-19 Ben Pfaffraft: Avoid null dereference in raft_update_our_match_i...
2018-11-19 Ben Pfaffraft: Avoid use-after-free error in raft_update_commit_...
2018-11-19 Ben Pfaffraft: Improve logging for sent RPCs.
2018-08-07 Ben Pfaffraft: Fix use-after-free error in raft_store_snapshot().
2018-04-16 Ben PfaffMake <host>:<port> parsing uniform treewide.
2018-03-31 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-03-24 Ben Pfaffovsdb: Introduce experimental support for clustered...