1
0
Fork 0
arangodb/arangod/Cluster
Jan 5a67a048c5
bump version number for all local DDL changes and tell agency (#4685)
this allows other listeners (e.g. for DC2DC) to get notified when
DDL operations are carried out locally and need to be applied remotely
2018-03-05 17:06:34 +01:00
..
AgencyCallback.cpp Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
AgencyCallback.h Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
AgencyCallbackRegistry.cpp merge from 3.1 2017-02-20 20:05:52 +01:00
AgencyCallbackRegistry.h Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
ClusterComm.cpp Refactor Authentication Layer (devel) (#4592) 2018-02-28 13:24:28 +01:00
ClusterComm.h Feature/small misc optimizations (#4504) 2018-02-08 09:25:07 +01:00
ClusterEdgeCursor.cpp No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
ClusterEdgeCursor.h No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
ClusterFeature.cpp Refactor Authentication Layer (devel) (#4592) 2018-02-28 13:24:28 +01:00
ClusterFeature.h Make chooseTimeout() dynamic (#3996) 2017-12-15 18:25:18 +01:00
ClusterHelpers.cpp Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
ClusterHelpers.h Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
ClusterInfo.cpp Fix some problems with active failover (#4540) 2018-02-09 15:11:53 +01:00
ClusterInfo.h Feature iresearch (#4105) 2018-01-19 14:23:58 +01:00
ClusterMethods.cpp Now smart edge collections also translate the collectionName of distributeShardsLike (#4568) 2018-02-12 14:42:09 +01:00
ClusterMethods.h Bug fix/distribute shards like (#4415) 2018-01-29 13:07:06 +01: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 Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
CollectionLockState.cpp moved collection lock state into its own struct 2017-02-16 10:27:14 +01:00
CollectionLockState.h moved collection lock state into its own struct 2017-02-16 10:27:14 +01:00
DBServerAgencySync.cpp Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
DBServerAgencySync.h
FollowerInfo.cpp remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … (#3817) 2017-12-06 18:43:49 +01:00
FollowerInfo.h Feature/move shard fix (#2626) 2017-06-26 16:55:01 +02:00
HeartbeatThread.cpp bump version number for all local DDL changes and tell agency (#4685) 2018-03-05 17:06:34 +01:00
HeartbeatThread.h Feature/server mode (#3590) 2017-11-10 17:56:21 +01:00
ReplicationTimeoutFeature.cpp Make chooseTimeout() dynamic (#3996) 2017-12-15 18:25:18 +01:00
ReplicationTimeoutFeature.h Make chooseTimeout() dynamic (#3996) 2017-12-15 18:25:18 +01:00
RestAgencyCallbacksHandler.cpp fix velocypack-over-HTTP responses 2017-02-28 17:01:59 +01:00
RestAgencyCallbacksHandler.h
RestClusterHandler.cpp Fix some problems with active failover (#4540) 2018-02-09 15:11:53 +01:00
RestClusterHandler.h Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
SelectivityEstimates.cpp remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … (#3817) 2017-12-06 18:43:49 +01:00
SelectivityEstimates.h Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
ServerState.cpp fix premature unlock (#3802) 2017-12-13 13:27:42 +01:00
ServerState.h Bug fix/fixes 1511 (#3711) 2017-11-16 14:18:51 +01:00
ShardDistributionReporter.cpp Bug fix/optimize shard distribution api and ui (#3921) 2018-01-02 12:42:12 +01:00
ShardDistributionReporter.h Bug fix/optimize shard distribution api and ui (#3921) 2018-01-02 12:42:12 +01:00
TraverserEngine.cpp fix premature unlock (#3802) 2017-12-13 13:27:42 +01:00
TraverserEngine.h Feature/async failover (#3451) 2017-10-18 23:59:29 +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 Refactor Authentication Layer (devel) (#4592) 2018-02-28 13:24:28 +01:00
v8-cluster.h