jeremy
|
d5966101ad
|
Merge branch 'T1079-MG-add-simple-query-to-benchmark_v2' of github.com:memgraph/memgraph into T1079-MG-add-simple-query-to-benchmark_v2
|
2022-11-07 10:55:48 +01:00 |
|
jeremy
|
b10b1eb239
|
Correct shard configuration
|
2022-11-07 10:33:24 +01:00 |
|
jeremy
|
dca94f42bb
|
Update key type in shard configuration
|
2022-11-07 10:14:49 +01:00 |
|
jeremy
|
baacc52a65
|
Add support for split file configuration
|
2022-11-07 09:54:14 +01:00 |
|
jeremy
|
5273d319e2
|
Add split file for access control
|
2022-11-07 09:53:29 +01:00 |
|
Jeremy B
|
23838b50ea
|
Merge branch 'project-pineapples' into T1079-MG-add-simple-query-to-benchmark_v2
|
2022-11-05 14:46:33 +01:00 |
|
Tyler Neely
|
d85fb94bc7
|
Merge pull request #634 from memgraph/T1122-MG-ShardManager-ThreadPool
Add shard manager thread pool
|
2022-11-04 16:41:53 +01:00 |
|
Tyler Neely
|
1abfe28806
|
Correctly use a moved transport interface while constructing CoordinatorWorker
|
2022-11-04 15:11:32 +00:00 |
|
jeremy
|
d17970f6d9
|
Update default value for --datasets
|
2022-11-04 16:04:45 +01:00 |
|
jeremy
|
9e72c7cb54
|
Add extra safe check to in case we call on dataset.py
|
2022-11-04 15:57:26 +01:00 |
|
Tyler Neely
|
528e30a9be
|
Avoid warning for not using captured this. Use std::move instead of forward where appropriate
|
2022-11-04 14:13:15 +00:00 |
|
Tyler Neely
|
bb7c7f7627
|
Make popped messages non-const to allow for RVO
|
2022-11-04 14:07:49 +00:00 |
|
Tyler Neely
|
fa5c9a2568
|
Make items popped from *worker::Queue const. Use std::move instead of std::forward in one place
|
2022-11-04 11:33:02 +00:00 |
|
Tyler Neely
|
c745f8c877
|
Fix build after breaking code suggestion
|
2022-11-04 11:32:17 +00:00 |
|
Tyler Neely
|
486231b1b9
|
Update src/machine_manager/machine_manager.hpp
Co-authored-by: Kostas Kyrimis <kostaskyrim@gmail.com>
|
2022-11-04 12:28:01 +01:00 |
|
Tyler Neely
|
43ad5855c4
|
Update src/machine_manager/machine_manager.hpp
Co-authored-by: Kostas Kyrimis <kostaskyrim@gmail.com>
|
2022-11-04 12:27:40 +01:00 |
|
Tyler Neely
|
24864ff7d2
|
Update src/coordinator/coordinator_worker.hpp
Co-authored-by: Kostas Kyrimis <kostaskyrim@gmail.com>
|
2022-11-04 12:17:57 +01:00 |
|
Tyler Neely
|
8598f6edf4
|
Fix a race condition that happens when logging from a detached thread in the cluster property test. Improve the ShardManager dtor and log statements
|
2022-11-04 11:14:39 +00:00 |
|
jeremy
|
e41073bc2c
|
Update script to need single argument for local dataset
|
2022-11-04 09:17:09 +01:00 |
|
jeremy
|
14e3e72565
|
Correct badly written range
|
2022-11-04 08:52:47 +01:00 |
|
Jeremy B
|
690a389563
|
Merge branch 'project-pineapples' into T1079-MG-add-simple-query-to-benchmark_v2
|
2022-11-03 17:43:47 +01:00 |
|
Tyler Neely
|
9203616283
|
Merge branch 'project-pineapples' into T1122-MG-ShardManager-ThreadPool
|
2022-11-03 17:01:07 +01:00 |
|
Tyler Neely
|
d198819bf1
|
Merge pull request #637 from memgraph/tyler_remove_storage_v2_durability_test
Remove unit tests for storage v2
|
2022-11-03 17:00:46 +01:00 |
|
Tyler Neely
|
7e6ec8bb26
|
Capture this instead of all references in scope for call to std::visit to route CoordinatorWorker messages
|
2022-11-03 14:38:16 +00:00 |
|
Tyler Neely
|
6138d76690
|
Remove unit tests for storage v2
|
2022-11-03 14:21:17 +00:00 |
|
Tyler Neely
|
25fdb1a1f0
|
Make the high_density_shard_create_scan test run much faster
|
2022-11-03 13:48:11 +00:00 |
|
Tyler Neely
|
2de1d6c359
|
Fix UB due to integer overflow
|
2022-11-03 13:27:45 +00:00 |
|
Tyler Neely
|
0364311dd0
|
Log latency histograms in the high_density_shard_create_scan test
|
2022-11-03 12:44:47 +00:00 |
|
Tyler Neely
|
9235515dab
|
Reduce high_density_shard_create_scan shard+thread combinations. Log Raft write request demangled names
|
2022-11-03 12:38:12 +00:00 |
|
Tyler Neely
|
b83fb287ad
|
Apply feedback from clang-tidy
|
2022-11-03 11:00:07 +00:00 |
|
jeremy
|
70dc19dfdb
|
Mgbench: apply filtering on results from client
|
2022-11-03 11:03:21 +01:00 |
|
Tyler Neely
|
b685a21171
|
Merge branch 'project-pineapples' of github.com:memgraph/memgraph into T1122-MG-ShardManager-ThreadPool
|
2022-11-03 09:42:28 +00:00 |
|
Tyler Neely
|
4db83b8159
|
Add a few safety checks to the new concurrent Queue structures and the promise maps in the transport layer
|
2022-11-03 09:41:28 +00:00 |
|
Tyler Neely
|
dd8dd4f6c4
|
Restructure responsibilities for assigning request ids to the transport handles. Simplify promise tracking to avoid replier addresses, enabling eventual direct server return (DSR)
|
2022-11-03 09:31:06 +00:00 |
|
Tyler Neely
|
fa1ddfea12
|
Fix a bug where the MachineManager's destructor became incorrect after being moved
|
2022-11-02 17:45:27 +00:00 |
|
Tyler Neely
|
a815ec9617
|
Handle Coordinator work on a separate thread, unblocking the MachineManager to route additional messages to Shards
|
2022-11-02 17:15:52 +00:00 |
|
Tyler Neely
|
78528bd609
|
Avoid the ShutDown explicit acknowledgement due to jthread already blocking on this
|
2022-11-02 17:12:21 +00:00 |
|
Tyler Neely
|
6239f4fc3e
|
Simplify usage of PromiseKey in LocalTransportHandle to avoid replier address
|
2022-11-02 17:11:26 +00:00 |
|
Jeremy B
|
c5eb3ff2c0
|
Merge branch 'project-pineapples' into T1079-MG-add-simple-query-to-benchmark_v2
|
2022-11-02 17:01:08 +01:00 |
|
János Benjamin Antal
|
9f71ce0f78
|
Merge pull request #635 from memgraph/MG-expand-fixes
|
2022-11-02 15:55:49 +01:00 |
|
János Benjamin Antal
|
589dd36bf2
|
Make function parameter constant
|
2022-11-02 14:44:54 +01:00 |
|
János Benjamin Antal
|
57e7169203
|
Eliminate dangling reference from lambda
|
2022-11-02 14:22:01 +01:00 |
|
János Benjamin Antal
|
bb3b053375
|
Create edge in the correct direction
|
2022-11-02 14:22:01 +01:00 |
|
János Benjamin Antal
|
a96f489756
|
Count the number of requests per operator
|
2022-11-02 14:22:01 +01:00 |
|
jeremy
|
e909e7d2d8
|
Format
|
2022-11-02 14:18:04 +01:00 |
|
Jeremy B
|
2d91a7fd1e
|
Merge branch 'project-pineapples' into T1079-MG-add-simple-query-to-benchmark_v2
|
2022-11-02 14:14:24 +01:00 |
|
Jeremy B
|
1d18f1197f
|
Update tests/mgbench/dataset_creator.py
Co-authored-by: Jure Bajic <jure.bajic@memgraph.com>
|
2022-11-02 14:14:16 +01:00 |
|
Jeremy B
|
edeebf46ec
|
Update tests/mgbench/benchmark.py
Co-authored-by: Jure Bajic <jure.bajic@memgraph.com>
|
2022-11-02 14:13:58 +01:00 |
|
Jeremy B
|
1148fe9aad
|
Update tests/mgbench/datasets.py
Co-authored-by: Jure Bajic <jure.bajic@memgraph.com>
|
2022-11-02 14:13:40 +01:00 |
|
János Benjamin Antal
|
c92c795b1a
|
Merge pull request #632 from memgraph/MG-improve-parameters
|
2022-11-02 14:06:30 +01:00 |
|