1
0
Fork 0
arangodb/arangod/Cluster
Max Neunhoeffer 29921d32a8 Fix behaviour of synchronous replication in dropFollower case.
If we are already in shutdown, we do not drop a follower.
If we cannot drop a follower (no contact to agency), we error out.
2017-06-09 13:06:02 +02:00
..
AgencyCallback.cpp
AgencyCallback.h
AgencyCallbackRegistry.cpp
AgencyCallbackRegistry.h
ClusterComm.cpp Disable communicator and abort all requests when shutting down 2017-06-08 11:58:15 +02:00
ClusterComm.h Disable communicator and abort all requests when shutting down 2017-06-08 11:58:15 +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 Revert "Revert "Response can always be a nullptr"" 2017-06-08 15:56:01 +02:00
ClusterFeature.h Revert "Revert "Response can always be a nullptr"" 2017-06-08 15:56:01 +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 Catch a rare error condition in Maintainer mode. 2017-06-09 11:06:49 +02:00
ClusterInfo.h Revert "Squashed commit of the following:" 2017-06-01 18:37:45 +02:00
ClusterMethods.cpp Fix cluster 2017-06-02 12:45:51 +02:00
ClusterMethods.h Revert "Squashed commit of the following:" 2017-06-01 18:37:45 +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 Fix behaviour of synchronous replication in dropFollower case. 2017-06-09 13:06:02 +02:00
HeartbeatThread.cpp Invalidate current coordinators on every 2nd heartbeatrun 2017-05-11 18:35:33 +02:00
HeartbeatThread.h
RestAgencyCallbacksHandler.cpp
RestAgencyCallbacksHandler.h
ServerState.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-04-21 16:59:32 +02:00
ServerState.h
TraverserEngine.cpp Edge index refactoring 2017-06-02 11:20:15 +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 removed default parameters 2017-05-18 15:06:19 +02:00
v8-cluster.h