4fa44c3edd
Summary: `ReplicationLog` had a classic off-by-one bug. The `valid_prefix` variable wasn't set properly. This diff also includes a poor man's version of a HA client. This client assumes that all the HA instances run on a single machine and that the corresponding Bold endpoints have open ports ranging from `7687` to `7687 + num_machines - 1`. This should make it easeir to test certain things, ie. disk usage, P25. This test revealed the bug with `ReplicationLog` Reviewers: ipaljak Reviewed By: ipaljak Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1813 |
||
---|---|---|
.. | ||
auth | ||
communication | ||
data_structures | ||
database | ||
distributed | ||
durability | ||
glue | ||
integrations | ||
io | ||
lisp | ||
query | ||
raft | ||
requests | ||
stats | ||
storage | ||
telemetry | ||
transactions | ||
utils | ||
CMakeLists.txt | ||
config.hpp | ||
memgraph_distributed.cpp | ||
memgraph_ha.cpp | ||
memgraph_init.cpp | ||
memgraph_init.hpp | ||
memgraph.cpp | ||
version.hpp.in |