memgraph/tests/benchmark
Gareth Andrew Lloyd 0fb8e4116f
Fix REPLICA timestamps (#1615)
* Fix up REPLICA GetInfo and CreateSnapshot

Subtle bug where these actions were using the incorrect transactional
access while in REPLICA role. This casued timestamp to be incorrectly
bumped, breaking REPLICA from doing replication.

* Delay DNS resolution

Rather than resolve at endpoint creation, we will instread resolve only
on Socket connect. This allows k8s deployments to change their IP during
pod restarts.

* Minor sonarsource fixes

---------
Co-authored-by: Andreja <andreja.tonev@memgraph.io>
Co-authored-by: DavIvek <david.ivekovic@memgraph.io>
2024-01-05 16:42:54 +00:00
..
data_structures Toolchain v4 with fbthrift (#318) 2022-01-18 12:51:27 +01:00
query Fix REPLICA timestamps (#1615) 2024-01-05 16:42:54 +00:00
CMakeLists.txt Improve storage GC (#1387) 2023-10-24 23:41:21 +02:00
expansion.cpp Replication refactor (part 5) (#1378) 2023-11-06 11:50:49 +00:00
rpc.cpp Fixes for clang-tidy / sonar issues (#1536) 2023-11-22 13:05:02 +00:00
skip_list_common.hpp Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
skip_list_random.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
skip_list_real_world.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
skip_list_same_item.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
skip_list_vs_stl.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
storage_v2_gc2.cpp Fix REPLICA timestamps (#1615) 2024-01-05 16:42:54 +00:00
storage_v2_gc.cpp Fix REPLICA timestamps (#1615) 2024-01-05 16:42:54 +00:00
storage_v2_property_store.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00