memgraph/tests/e2e/batched_procedures/procedures
gvolfing 476968e2c8
Fix concurrent query module race condition (#1158)
Concurrent access to the same query module had a race condition on the
pointer that was used to handle the custom memory management. With this
commit, a mapping has been added to keep information about what
thread used the pointer to handle the memory resources. This should be
fine since the respected query executions are running on a dedicated
thread. Access to the mapping itself is threadsafe. A simple RAII
wrapper for the mapping container has also been added for simpler
client-side use.
2023-08-21 16:45:36 +02:00
..
common Add python & cpp batching option in procedures 2023-06-26 15:46:13 +02:00
batch_c_read.cpp Fix concurrent query module race condition (#1158) 2023-08-21 16:45:36 +02:00
batch_py_read.py Add python & cpp batching option in procedures 2023-06-26 15:46:13 +02:00
batch_py_write.py Add python & cpp batching option in procedures 2023-06-26 15:46:13 +02:00
CMakeLists.txt Add python & cpp batching option in procedures 2023-06-26 15:46:13 +02:00