1
0
Fork 0
arangodb/arangod/Cluster
Jan cd2dfdfd0d fix deadlocks in cluster traversals (#3198) 2017-09-04 17:35:24 +02:00
..
AgencyCallback.cpp
AgencyCallback.h
AgencyCallbackRegistry.cpp
AgencyCallbackRegistry.h
ClusterComm.cpp Bug fix/adjust agency comm timeouts (#2765) 2017-07-13 00:44:28 +02:00
ClusterComm.h Bug fix/adjust agency comm timeouts (#2765) 2017-07-13 00:44:28 +02:00
ClusterEdgeCursor.cpp Replaced EdgeCursors callback to return cid,rev instead of _id. Does less costly copying and comparision internally 2017-05-31 17:49:46 +02:00
ClusterEdgeCursor.h Replaced EdgeCursors callback to return cid,rev instead of _id. Does less costly copying and comparision internally 2017-05-31 17:49:46 +02:00
ClusterFeature.cpp Bug fix/scheduling et al (#3161) 2017-08-30 10:40:02 +02:00
ClusterFeature.h cluster documentation varnish (#2553) 2017-06-12 19:02:11 +02:00
ClusterHelpers.cpp Extract compareServerList and make it reuseable 2017-05-24 14:13:51 +02:00
ClusterHelpers.h Extract compareServerList and make it reuseable 2017-05-24 14:13:51 +02:00
ClusterInfo.cpp Optimizations for Caches and Graph Traversals (#3169) 2017-08-31 18:33:10 +02:00
ClusterInfo.h Feature/cluster inventory version (#3152) 2017-08-30 13:34:23 +02:00
ClusterMethods.cpp fixed a bug in create collection in cluster, where transaction result was not checked for success before access (#3137) 2017-08-28 14:58:26 +02:00
ClusterMethods.h Fixed distributeShardsLike bug in creating collections. numberOfShard… (#2895) 2017-08-03 19:38:16 +02:00
ClusterTraverser.cpp Replaced EdgeCursors callback to return cid,rev instead of _id. Does less costly copying and comparision internally 2017-05-31 17:49:46 +02:00
ClusterTraverser.h Replaced EdgeCursors callback to return cid,rev instead of _id. Does less costly copying and comparision internally 2017-05-31 17:49:46 +02:00
CollectionLockState.cpp
CollectionLockState.h
DBServerAgencySync.cpp
DBServerAgencySync.h
FollowerInfo.cpp Fix behaviour of synchronous replication in dropFollower case. 2017-06-09 13:06:02 +02:00
FollowerInfo.h Feature/move shard fix (#2626) 2017-06-26 16:55:01 +02:00
HeartbeatThread.cpp Bug fix/scheduling et al (#3161) 2017-08-30 10:40:02 +02:00
HeartbeatThread.h Bug fix/scheduling et al (#3161) 2017-08-30 10:40:02 +02:00
RestAgencyCallbacksHandler.cpp
RestAgencyCallbacksHandler.h
ServerState.cpp cluster documentation varnish (#2553) 2017-06-12 19:02:11 +02:00
ServerState.h cluster documentation varnish (#2553) 2017-06-12 19:02:11 +02:00
TraverserEngine.cpp fix deadlocks in cluster traversals (#3198) 2017-09-04 17:35:24 +02:00
TraverserEngine.h Fixed incremental synced 2017-04-24 15:40:48 +02:00
TraverserEngineRegistry.cpp Fixed unnecessary move of temporary object 2017-04-24 18:31:18 +02:00
TraverserEngineRegistry.h Integreated a ShortestPathEngine on DBServers and wired it up with ShortestPathNode and Options. The path seems to be computed correctly in clsuter now, but the vertices are not yet retrieved. 2017-04-20 13:57:14 +02:00
v8-cluster.cpp Feature/cluster inventory version (#3152) 2017-08-30 13:34:23 +02:00
v8-cluster.h