Tyler Neely
3c50b68954
Small comment fix
2022-08-16 16:47:13 +00:00
Tyler Neely
fad0c893f1
Merge branch 'T0941-MG-implement-basic-raft-version' of github.com:memgraph/memgraph into T0912-MG-in-memory-shard-map
2022-08-16 16:47:13 +00:00
Tyler Neely
866f1feeeb
Added request for edge id batch request to coordinator rsm
2022-08-16 16:47:13 +00:00
gvolfing
16d1fa2c22
Gerneral clean-up
2022-08-16 16:47:13 +00:00
gvolfing
518e8df04c
Resolve issues with the sharded_map test
2022-08-16 16:47:13 +00:00
gvolfing
9c453779f5
Add the coordinator part to the sharded_map test
2022-08-16 16:47:13 +00:00
gvolfing
5d66a4e828
Check against cas_succeeded
2022-08-16 16:47:13 +00:00
gvolfing
2553a8fdc3
Remove unfinished statement
2022-08-16 16:47:13 +00:00
gvolfing
9aeca7a4b3
Add test for sharded_map
2022-08-16 16:47:13 +00:00
gvolfing
1b2c8f6b29
Move RsmClient into a separate folder and header
2022-08-16 16:47:13 +00:00
gvolfing
a74a556fcc
Remove unnecessary storage pool, general cleanup
2022-08-16 16:47:13 +00:00
gvolfing
66e791d042
Make Coordinator apply splitting on request.
2022-08-16 16:47:13 +00:00
gvolfing
797c76cdfd
Add logic to split shards
2022-08-16 16:47:13 +00:00
gvolfing
7af917e408
Add abstraction for RsmClient
2022-08-16 16:47:13 +00:00
gvolfing
c7282e8935
Temporarly remove the stanby server pool
2022-08-16 16:47:13 +00:00
gvolfing
4ed5801588
Change min and max key related shard logic
2022-08-16 16:47:13 +00:00
gvolfing
5963c83a60
Update Coordinator
2022-08-16 16:47:13 +00:00
gvolfing
edf1293274
Add GetShardMap read-only request to coordinator
2022-08-16 16:47:13 +00:00
gvolfing
dd46cc407f
Return an error and the latest known ShardMap version if the requested key is not possibly stored in the given shard
2022-08-16 16:47:13 +00:00
Tyler Neely
92d69e080c
Add todos to coordinator.hpp
2022-08-16 16:47:13 +00:00
Tyler Neely
629fd231b3
Merge branch 'T0941-MG-implement-basic-raft-version' of github.com:memgraph/memgraph into T0912-MG-in-memory-shard-map
2022-08-16 16:47:09 +00:00
Tyler Neely
95e90e6c2e
Check-in in-progress shard test
2022-08-16 16:42:28 +00:00
Tyler Neely
502a9b4823
Check-in coordinator_rsm.hpp
2022-08-16 16:42:28 +00:00
Tyler Neely
c62b0eff93
Add Simulator::RegisterNew helper method
2022-08-16 16:42:28 +00:00
Tyler Neely
6b9311e0b8
Bump shard_rsm to use new method names
2022-08-16 16:42:28 +00:00
Tyler Neely
e3dd404865
Add new test, start to fill out coordinator RSM
2022-08-16 16:42:28 +00:00
Tyler Neely
523e2b9186
Merge branch 'T0912-MG-in-memory-shard-map' of github.com:memgraph/memgraph into T0912-MG-in-memory-shard-map
2022-08-16 16:42:28 +00:00
Tyler Neely
79539d13c9
Use Read/Apply instead of read/apply in Rsm concept
2022-08-16 16:42:28 +00:00
Tyler Neely
cbdfd54e5f
Properly apply state updates in Follower Handle for AppendRequest
2022-08-11 12:30:26 +00:00
Tyler Neely
69a2d73172
Fix bug-prone leader application of write requests to the replicated state
2022-08-11 12:17:33 +00:00
Tyler Neely
5b69f435b6
Small comment cleanup
2022-08-11 08:39:11 +00:00
Tyler Neely
f098d6b331
Merge branch 'T0879-MG-transport-prototype' of github.com:memgraph/memgraph into T0941-MG-implement-basic-raft-version
2022-08-10 10:48:17 +00:00
Tyler Neely
f6edce8f0b
Apply Kostas's feedback to transport interface
2022-08-10 09:34:02 +00:00
Tyler Neely
1225230c3a
Apply feedback from cpplint
2022-08-09 15:52:24 +00:00
Tyler Neely
5f225a623e
align cpp w/ hpp naming
2022-08-09 15:21:52 +00:00
Tyler Neely
d15105455a
Clean up comments and TODOs
2022-08-09 14:07:42 +00:00
Tyler Neely
36c133ce4e
Merge branch 'T0879-MG-transport-prototype' of github.com:memgraph/memgraph into T0941-MG-implement-basic-raft-version
2022-08-08 16:29:48 +00:00
Tyler Neely
91d48f05f3
Merge branch 'project-pineapples' into T0879-MG-transport-prototype
2022-08-08 13:34:30 +02:00
Tyler Neely
7bac0d1c61
Use default equality operator for Address
2022-08-08 11:32:42 +00:00
Tyler Neely
a4b1d5efb4
Update src/io/future.hpp
...
Co-authored-by: Jure Bajic <jure.bajic@memgraph.com>
2022-08-08 13:27:06 +02:00
Tyler Neely
0a43afdec1
Update raft implementation to use std::chrono like upstream
2022-08-04 13:28:52 +00:00
Tyler Neely
618a3d96b3
Merge branch 'T0879-MG-transport-prototype' of github.com:memgraph/memgraph into T0941-MG-implement-basic-raft-version
2022-08-04 12:07:54 +00:00
jbajic
5012824e05
Address review comments
2022-08-04 11:45:16 +02:00
gvolfing
ee16954641
Add minimum and maximum key for shard rsm prototype
2022-08-04 11:20:19 +02:00
gvolfing
0aab854e34
Add shard rsm prototype
2022-08-04 10:47:00 +02:00
Jure Bajic
a12a1ea358
Move schema to storage v3 and query v2
...
* Move schema to storage v3
* Remove schema from v2
* Move schema to query v2
* Remove schema from query v1
* Make glue v2
* Move schema related tests to newer versions of query and storage
* Fix typo in CMake
* Fix interpreter test
* Fix clang tidy errors
* Change temp dir name
2022-08-04 09:50:02 +02:00
Tyler Neely
343648f564
Merge branch 'T0941-MG-implement-basic-raft-version' of github.com:memgraph/memgraph into T0912-MG-in-memory-shard-map
2022-08-04 07:49:09 +00:00
gvolfing
726fabd387
Constrain Raft class template with concept
2022-08-04 09:09:18 +02:00
Tyler Neely
d1c5aead61
Implement the rest of the KV-on-Raft RSM test
2022-08-03 15:07:08 +00:00
Tyler Neely
aebac2c519
Hoist read and write requests on the RSM into wrapper structs for futureproofing
2022-08-03 14:21:37 +00:00