Commit Graph

3803 Commits

Author SHA1 Message Date
Ante Pušić
c40bf89f63 Fix deltas and WAL for text indices 2024-02-18 16:07:03 +01:00
Ante Pušić
903ed3f25a Update notes 2024-02-18 15:53:12 +01:00
Ante Pušić
d28f7ddea8
Merge branch 'master' into text-search-integration-poc 2024-02-18 00:46:17 +01:00
Ante Pušić
1d191aa693 Remove rough regex search 2024-02-18 00:21:33 +01:00
Gareth Andrew Lloyd
33c400fcc1
Fixup memory e2e tests (#1715)
- Remove the e2e that did concurrent mgp_* calls on the same transaction
  (ATM this is unsupported)
- Fix up the concurrent mgp_global_alloc test to be testing it more precisely
- Reduce the memory limit on detach delete test due to recent memory
  optimizations around deltas.
- No longer throw from hook, through jemalloc C, to our C++ on other
  side. This cause mutex unlocks to not happen.
- No longer allocate error messages while inside the hook. This caused
  recursive entry back inside jamalloc which would try to relock a
  non-recursive mutex.
2024-02-16 15:35:08 +00:00
Marko Budiselić
5ac938a6c9
Remove default assignees from issue-bug template (#1730) 2024-02-16 14:41:53 +01:00
Andi
3e3224f0a2
Forbid having multiple mains in the cluster (#1727) 2024-02-16 11:41:15 +00:00
Antonio Filipovic
bfc756c092
HA: Polish flow for replicas from coordinator (#1711) 2024-02-16 10:58:01 +01:00
Marko Barišić
5f2e3f01d0
Turn e2e tests back on for release build workflows (#1725) 2024-02-15 16:20:04 +01:00
Marko Barišić
2c774ff09b
Add rules for rc workflows (#1722) 2024-02-15 15:33:14 +01:00
Andi
20b47845f0
Forbid writing to cluster-managed main on restart (#1717) 2024-02-15 14:07:04 +01:00
Andi
fb281459b9
Add support for unregistering replication instances (#1712) 2024-02-14 14:24:59 +00:00
Andi
3a7e62f72c
Forbid branching when registering replica in auto-managed cluster (#1709) 2024-02-14 08:02:51 +00:00
Gareth Andrew Lloyd
f48151576b
System replication experimental flag (#1702)
- Remove the compile time control
- Introduce the runtime control flag

New flag `--experimental-enabled=system-replication`
2024-02-13 12:57:18 +00:00
Andi
4a7c7f0898
Distributed coordinators (#1693) 2024-02-13 08:49:28 +00:00
Ivan Milinović
7688a1b068
Fix unbound variable causing crash inside subquery (#1710) 2024-02-13 01:10:03 +01:00
Ante Pušić
147c36b07c Add regex search (rough) 2024-02-12 20:15:19 +01:00
Antonio Filipovic
4f4a569c72
Revert replication tests (#1707) 2024-02-12 16:42:57 +01:00
Ivan Milinović
a511e63c7a
Fix memory tracker counting wrong after OOM (#1651) 2024-02-11 20:29:06 +01:00
Ante Pušić
03d39bc189 Fix mgcxx branch 2024-02-10 11:42:19 +01:00
Ante Pušić
734ccabf3c
Merge branch 'master' into text-search-integration-poc 2024-02-10 11:10:38 +01:00
Ante Pušić
73509269ce Refactor TextIndex 2024-02-10 11:09:10 +01:00
Ante Pušić
ca27f3c21f Smooth out index errors 2024-02-09 22:56:58 +01:00
Ante Pušić
3bc570ead8 Decouple text indices from other index types 2024-02-09 22:31:19 +01:00
Ante Pušić
3114c69627 Switch to dedicated text search exceptions 2024-02-09 21:48:53 +01:00
Ante Pušić
34c7a8b098 Remove boolean update_text_index from method signatures 2024-02-09 21:22:53 +01:00
Ante Pušić
fc0a71f3d5 Implement review suggestions (on smarter naming, types and calls) 2024-02-09 20:55:25 +01:00
DavIvek
0133673f1d
Add support for query params in load csv (#1653) 2024-02-09 18:26:27 +01:00
Ante Pušić
3e20423050
Merge branch 'master' into text-search-integration-poc 2024-02-09 18:03:59 +01:00
Ante Pušić
35532254a9 Refactor types 2024-02-09 18:03:20 +01:00
DavIvek
786cdea260
Fix go driver test (#1708) 2024-02-09 17:07:30 +01:00
Antonio Filipovic
54f78f9217
Revert e2e tests and remove flaky ones (#1703) 2024-02-09 12:55:31 +01:00
Ante Pušić
971dd5c4cc Build without duplicate symbols 2024-02-09 03:28:39 +01:00
Marko Barišić
dcdbd0a19a
Fix primary urls (#1700) 2024-02-08 14:19:30 +01:00
Ante Pušić
2731c57a81
Merge branch 'master' into text-search-integration-poc 2024-02-08 11:57:10 +01:00
Andi
cf80687d1d
HA: Organize Raft coordinator group (#1687) 2024-02-08 09:11:33 +00:00
Aidar Samerkhanov
2fa8e00124
Fix accumulated path evaluation in builtin algorithms. (#1642)
Fix accumulated path evaluation in DFS, BFS, WeghtedShortestPath and AllShortestPath algorithm.
2024-02-08 10:48:54 +04:00
Ante Pušić
6aa9e2a78b Rename the text search flag and set it to false by default 2024-02-08 00:55:45 +01:00
Ante Pušić
a6eb14f742 Fix the e2e tests 2024-02-08 00:22:57 +01:00
Ante Pušić
743f7b343a Fix text index logic on label removal 2024-02-08 00:14:06 +01:00
Antonio Filipovic
c15b62a88d
HA: Disable replication from old main (#1674) 2024-02-07 11:20:47 +01:00
Gareth Andrew Lloyd
4ef6a1f9c3
Improve memory handling of Deltas (#1688)
- Reduce delta from 104B to 80B
- Hold and pass them around as in a deque
- Detect and deleted deltas within commit if safe to do so
2024-02-06 18:07:38 +01:00
Ante Pušić
e9aaf82985
Merge branch 'master' into text-search-integration-poc 2024-02-05 18:20:16 +01:00
Ante Pušić
a07d577bd5 Fix snapshot recovery 2024-02-05 12:19:53 +01:00
Ante Pušić
388eb91320 Fix SetPropertiesCursor and empty properties JSON 2024-02-05 12:02:03 +01:00
andrejtonev
7ead00f23e
Adding authentication data replication (#1666)
* Add AUTH system tx deltas
* Add auth data RPC and handlers
* Support multiple system deltas in a single transaction
* Added e2e test
* Bugfix: KVStore segfault after move

---------

Co-authored-by: Gareth Lloyd <gareth.lloyd@memgraph.io>
2024-02-05 10:37:00 +00:00
Ante Pušić
b0003ac08e Bump up snapshot & WAL file version 2024-02-05 10:01:13 +01:00
Ante Pušić
445eaaf82a Remove unused variables 2024-02-05 09:39:53 +01:00
Ante Pušić
4b46f1bb54 Add durability for text indices 2024-02-05 09:37:45 +01:00
Ante Pušić
ea64f2e906 Remove superfluous comment 2024-02-04 18:24:30 +01:00