1
0
Fork 0
arangodb/lib/GeneralServer
Max Neunhoeffer e50a705d9a Squashed commit of the following: organise locking in distributed AQL
Locking is now done in an extra round after the query is fully
instanciated in the cluster. All participating shards are locked
in alphabetical order of their shard ID (local collection name).
For this to work there is a new action in the RestAqlHandler plus a
mechanism to prevent the usual locking from happening: Each thread has a
thread local static class variable of
  triagens::arango::Transaction::_makeNolockHeaders
which is of type std::unordered_set<std::string>*.
Whenever this is not equal to nullptr and a local collection name is
stored in there, no locking or unlocking takes place. This information
is forwarded by the X-Arango-Nolock HTTP header, whenever an HTTP
request is sent via ClusterComm to a shard.
2014-12-22 14:40:22 +01:00
..
EndpointServer.h updated disclaimer 2014-06-20 16:41:35 +02:00
GeneralAsyncCommTask.h cosmetics 2014-07-06 13:43:52 +02:00
GeneralCommTask.h Fix possible uninitialised variable access as advised by Frank. 2014-11-03 13:30:53 +01:00
GeneralListenTask.h renamed files 2014-09-13 01:44:01 +02:00
GeneralServer.h Squashed commit of the following: organise locking in distributed AQL 2014-12-22 14:40:22 +01:00
GeneralServerDispatcher.h more exception handling 2014-10-15 20:39:12 +02:00
GeneralServerJob.h Squashed commit of the following: organise locking in distributed AQL 2014-12-22 14:40:22 +01:00
GeneralSslServer.h tried to fix SSL shutdown memleak 2014-09-29 14:41:21 +02:00
SpecificCommTask.h updated disclaimer 2014-06-20 16:41:35 +02:00
SslAsyncCommTask.h rename orgy 2014-09-13 02:35:13 +02:00