memgraph/src/storage/v2/inmemory
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
..
replication Implement parallel constraints recovery (#1545) 2023-12-04 21:56:05 +01:00
label_index.cpp Implement parallel constraints recovery (#1545) 2023-12-04 21:56:05 +01:00
label_index.hpp Implement parallel constraints recovery (#1545) 2023-12-04 21:56:05 +01:00
label_property_index.cpp Implement parallel constraints recovery (#1545) 2023-12-04 21:56:05 +01:00
label_property_index.hpp Implement parallel constraints recovery (#1545) 2023-12-04 21:56:05 +01:00
storage.cpp Fix REPLICA timestamps (#1615) 2024-01-05 16:42:54 +00:00
storage.hpp Fix REPLICA timestamps (#1615) 2024-01-05 16:42:54 +00:00
unique_constraints.cpp Implement parallel constraints recovery (#1545) 2023-12-04 21:56:05 +01:00
unique_constraints.hpp Implement parallel constraints recovery (#1545) 2023-12-04 21:56:05 +01:00