1
0
Fork 0
arangodb/arangod/Cluster
Tobias Gödderz 4ada35f20c [3.4] Bug fix 3.4/add shard id to replication client identifier (#9466)
* Bug fix/add shard id to replication client identifier (#9366)

* Fixed compile (but not linker) errors

* Backported ReplicationClientProgressTracker

* Fixed compile errors, fixed hash function

* No longer use SyncerId for real asynchronous replication

* Updated docu

* Try to fix compile error on windows

* Fixed a bug

* Removed old code

* Fixed CHANGELOG entry
2019-09-11 12:45:57 +03:00
..
Action.cpp [3.4] Backported TakeoverLeadership action. (#9732) 2019-08-16 17:31:02 +02:00
Action.h Performance tuning for many shards. (#8577) 2019-03-29 21:34:45 +01:00
ActionBase.cpp prevent duplicate actions from popping up (#9453) 2019-07-16 10:02:59 +02:00
ActionBase.h Performance tuning for many shards. (#8577) 2019-03-29 21:34:45 +01:00
ActionDescription.cpp Performance tuning for many shards. (#8577) 2019-03-29 21:34:45 +01:00
ActionDescription.h Performance tuning for many shards. (#8577) 2019-03-29 21:34:45 +01:00
AgencyCallback.cpp fix lagging agency callbacks (#9621) 2019-08-02 11:43:04 +02:00
AgencyCallback.h fix lagging agency callbacks (#9621) 2019-08-02 11:43:04 +02:00
AgencyCallbackRegistry.cpp
AgencyCallbackRegistry.h
ClusterCollectionCreationInfo.cpp Bug fix 3.4/create collections better preconditions (#9306) 2019-06-24 08:43:46 +02:00
ClusterCollectionCreationInfo.h fix various small annoyances (#9078) 2019-05-23 17:37:34 +02:00
ClusterComm.cpp Silence an info message. (#9055) 2019-05-21 15:24:58 +02:00
ClusterComm.h make sure all errors are prefixed with ERROR_ @fceller @kvs85 (#9383) 2019-07-02 18:06:52 +02:00
ClusterEdgeCursor.cpp
ClusterEdgeCursor.h
ClusterFeature.cpp
ClusterFeature.h
ClusterHelpers.cpp
ClusterHelpers.h
ClusterInfo.cpp less copying in ClusterInfo::loadPlan() (#9650) 2019-08-08 10:04:36 +02:00
ClusterInfo.h Bug fix 3.4/fix races in collection creation (#9504) 2019-07-19 13:29:24 +02:00
ClusterMethods.cpp Bug fix 3.4/babies unknown shard (#9872) 2019-09-03 23:58:14 +03:00
ClusterMethods.h Bug fix 3.4/collection babies (#9033) 2019-05-21 08:41:12 +02:00
ClusterRepairDistributeShardsLike.cpp
ClusterRepairDistributeShardsLike.h
ClusterRepairOperations.cpp
ClusterRepairOperations.h
ClusterRepairs.h
ClusterTraverser.cpp
ClusterTraverser.h
CreateCollection.cpp Performance tuning for many shards. (#8577) 2019-03-29 21:34:45 +01:00
CreateCollection.h
CreateDatabase.cpp
CreateDatabase.h
CriticalThread.cpp
CriticalThread.h
DBServerAgencySync.cpp [3.4] Fast Leader Change (#9642) 2019-08-09 14:02:04 +02:00
DBServerAgencySync.h Various error reporting fixes plus Maintenance Current fix. (#9398) 2019-07-05 13:38:44 +02:00
DropCollection.cpp DropCollection is a FAST_LANE action and should not need much time or else retry. (#9897) 2019-09-04 14:48:50 +02:00
DropCollection.h
DropDatabase.cpp
DropDatabase.h
DropIndex.cpp
DropIndex.h
EnsureIndex.cpp
EnsureIndex.h
FollowerInfo.cpp Bug fix 3.4/multi bugs (#9791) 2019-08-26 15:50:56 +03:00
FollowerInfo.h [3.4] Fast Leader Change (#9642) 2019-08-09 14:02:04 +02:00
HeartbeatThread.cpp various replication improvements: (#9674) 2019-08-12 10:44:50 +02:00
HeartbeatThread.h Avoid delays caused by invalidateCurrent and invalidatePlan. (#8747) 2019-04-15 17:42:32 +02:00
Maintenance.cpp [3.4] Bug fix 3.4/add shard id to replication client identifier (#9466) 2019-09-11 12:45:57 +03:00
Maintenance.h Performance tuning for many shards. (#8577) 2019-03-29 21:34:45 +01:00
MaintenanceFeature.cpp Ported ResignLeadership to 3.4 (#9669) 2019-08-09 16:41:13 +02:00
MaintenanceFeature.h Ported ResignLeadership to 3.4 (#9669) 2019-08-09 16:41:13 +02:00
MaintenanceRestHandler.cpp Performance tuning for many shards. (#8577) 2019-03-29 21:34:45 +01:00
MaintenanceRestHandler.h
MaintenanceStrings.h [3.4] Backported TakeoverLeadership action. (#9732) 2019-08-16 17:31:02 +02:00
MaintenanceWorker.cpp
MaintenanceWorker.h
NonAction.cpp
NonAction.h
ReplicationTimeoutFeature.cpp [3.4] Minimize unnecessary dropping of followers due to poorly set synchronous replication timeouts (#9811) 2019-08-27 11:45:37 +03:00
ReplicationTimeoutFeature.h [3.4] Minimize unnecessary dropping of followers due to poorly set synchronous replication timeouts (#9811) 2019-08-27 11:45:37 +03:00
ResignShardLeadership.cpp [3.4] Fast Leader Change (#9642) 2019-08-09 14:02:04 +02:00
ResignShardLeadership.h [3.4] Fast Leader Change (#9642) 2019-08-09 14:02:04 +02:00
RestAgencyCallbacksHandler.cpp
RestAgencyCallbacksHandler.h
RestClusterHandler.cpp fix /_api/cluster/endpoints URL for active failover (#8518) 2019-03-22 16:47:32 +01:00
RestClusterHandler.h Further supervision fixes. (#8259) 2019-03-04 11:43:35 +01:00
ResultT.h
ServerState.cpp [3.4] ClientID Agency Transaction (#8651) 2019-04-30 10:35:34 +02:00
ServerState.h [3.4] ClientID Agency Transaction (#8651) 2019-04-30 10:35:34 +02:00
SynchronizeShard.cpp [3.4] Bug fix 3.4/add shard id to replication client identifier (#9466) 2019-09-11 12:45:57 +03:00
SynchronizeShard.h
TakeoverShardLeadership.cpp [3.4] Backported TakeoverLeadership action. (#9732) 2019-08-16 17:31:02 +02:00
TakeoverShardLeadership.h [3.4] Backported TakeoverLeadership action. (#9732) 2019-08-16 17:31:02 +02:00
TraverserEngine.cpp
TraverserEngine.h
TraverserEngineRegistry.cpp
TraverserEngineRegistry.h
UpdateCollection.cpp [3.4] Backported TakeoverLeadership action. (#9732) 2019-08-16 17:31:02 +02:00
UpdateCollection.h
v8-cluster.cpp
v8-cluster.h