memgraph/src
Matej Ferencevic 42bf81021e Fix multiple raft issues
Summary:
Fix condition variable notifications
Fix vote requested invalid memory access (size off by one)
Fix blocking wait in RaftPeer while candidate
Don't copy large log entries when only the term is needed

Reviewers: ipaljak, msantl

Reviewed By: ipaljak

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2088
2019-05-27 11:03:24 +02:00
..
audit Migrate to C++17 2019-04-23 14:46:44 +02:00
auth Migrate to C++17 2019-04-23 14:46:44 +02:00
communication Make move operations noexcept 2019-05-21 10:46:25 +02:00
data_structures Make move operations noexcept 2019-05-21 10:46:25 +02:00
database Move constraints to common 2019-05-23 16:36:14 +02:00
distributed Add SSL support to HA RPC 2019-05-20 12:53:52 +02:00
durability Remove unique from label-prop index 2019-05-23 12:39:41 +02:00
glue Add syntax for managing data constraints 2019-02-25 14:31:29 +01:00
integrations Migrate to C++17 2019-04-23 14:46:44 +02:00
io Remove Cap'n Proto 2019-05-08 10:51:10 +02:00
lisp LCP: Refactor the type representation 2019-05-10 16:18:31 +02:00
query Remove unique from label-prop index 2019-05-23 12:39:41 +02:00
raft Fix multiple raft issues 2019-05-27 11:03:24 +02:00
requests Implement kafka transform functionality 2018-07-19 12:52:25 +02:00
slk Migrate RPC to SLK 2019-05-06 14:27:57 +02:00
stats Add SSL support to HA RPC 2019-05-20 12:53:52 +02:00
storage Move constraints to common 2019-05-23 16:36:14 +02:00
telemetry Migrate to C++17 2019-04-23 14:46:44 +02:00
transactions Fix how HA handles leader change during commit 2019-05-20 16:39:44 +02:00
utils Explicitly forbid propagation of utils::Allocator 2019-05-24 15:15:00 +02:00
CMakeLists.txt Move constraints to common 2019-05-23 16:36:14 +02:00
config.hpp Migrate to C++17 2019-04-23 14:46:44 +02:00
memgraph_distributed.cpp Move distributed query stuff to new folder 2019-04-24 09:34:53 +02:00
memgraph_ha.cpp Add SSL support to HA RPC 2019-05-20 12:53:52 +02:00
memgraph_init.cpp Move GraphDbAccessor to stack in SN and HA 2019-04-17 11:29:43 +02:00
memgraph_init.hpp Migrate to C++17 2019-04-23 14:46:44 +02:00
memgraph.cpp Migrate to C++17 2019-04-23 14:46:44 +02:00
version.hpp.in Add version.hpp.in and display it on '--version' flag 2017-09-27 09:04:44 +02:00