memgraph/tests/feature_benchmark
Matija Santl 62e06d4b70 Fix re-election in Raft
Summary:
Once a leader loses it's leadership, in order to handle hanging
transactions, we reset the storage and the transaction engine.

This requires to re-apply all the commited entries from the log.

Once we add snapshot (log compaction) we would need to do that also.

One thing to have in mind is the `election_timeout_min` parameter. If it's set
too low it could trigger leader re-election too often.

Reviewers: ipaljak

Reviewed By: ipaljak

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1822
2019-01-22 14:51:24 +01:00
..
ha Fix re-election in Raft 2019-01-22 14:51:24 +01:00
kafka Remove virtual and pimpl from single node 2018-10-09 11:48:30 +02:00
apollo_runs.yaml Fix flaky ha feature benchmark 2019-01-21 14:37:38 +01:00
CMakeLists.txt Add HA benchmark 2019-01-15 13:32:04 +01:00