]> git.proxmox.com Git - mirror_ovs.git/history - ovsdb/raft.c
raft: Avoid sending equal snapshots.
[mirror_ovs.git] / ovsdb / raft.c
2020-05-28 Ilya Maximetsraft: Avoid sending equal snapshots.
2020-05-25 Ilya Maximetsovsdb: Add raft memory usage to memory report.
2020-05-12 Zhen Wangraft: Disable RAFT jsonrpc inactivity probe.
2020-05-05 Ilya Maximetsraft: Fix leak of the incomplete command.
2020-03-06 Han Zhouraft: Unset leader when starting election.
2020-03-06 Han Zhouraft: Fix the problem of stuck in candidate role forever.
2020-03-06 Han Zhouraft: Fix next_index in install_snapshot reply handling.
2020-03-06 Han Zhouraft: Send all missing logs in one single append_request.
2020-03-06 Han Zhouraft: Avoid sending unnecessary heartbeat when becoming...
2020-03-06 Han Zhouraft: Fix raft_is_connected() when there is no leader...
2019-12-20 Han Zhouovsdb raft: Fix the problem when cluster restarted...
2019-11-21 Han Zhouovsdb raft: Fix election timer parsing in snapshot...
2019-09-19 Yifeng Sunraft: Free leaked json data
2019-08-23 Han Zhouraft.c: Election timer initial reset with value from...
2019-08-21 Han Zhouovsdb raft: Support leader election time change online.
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...