1
0
Fork 0
arangodb/arangod/Cluster
Max Neunhöffer 42fd0825ab
Fix timeouts for write operations from coordinator to leader. (#7081)
* Improve logging on coordinator when doing `arangorestore`.

* Return more error information in `mergeResults`.

* Longer timeout for communication coordinator -> leader for writes.

This is taking into account possible write stops from followers needed
to get in sync.

* Fix compilation.

* Get rid of numbers in exception log messages.

* Fix compilation.

* Fix indentation.
2018-10-31 14:39:48 +01:00
..
Action.cpp Feature 3.4/static const strings cleanup (#6504) 2018-09-21 13:18:37 +02:00
Action.h Added try-catch-block. (#6649) 2018-09-28 17:09:50 +02:00
ActionBase.cpp Feature 3.4/static const strings cleanup (#6504) 2018-09-21 13:18:37 +02:00
ActionBase.h Feature 3.4/static const strings cleanup (#6504) 2018-09-21 13:18:37 +02:00
ActionDescription.cpp Schmutz++ Improved (#6259) 2018-08-27 20:25:09 +02:00
ActionDescription.h Feature 3.4/static const strings cleanup (#6504) 2018-09-21 13:18:37 +02:00
AgencyCallback.cpp [3.4] Additional and cleaned-up logging (#6648) 2018-10-01 19:03:05 +02:00
AgencyCallback.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
AgencyCallbackRegistry.cpp advertised endpoints (#6493) 2018-09-14 10:05:46 +02:00
AgencyCallbackRegistry.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
ClusterComm.cpp Silence tsan warnings (#7051) 2018-10-24 23:58:47 +02:00
ClusterComm.h [3.4] Stop curl from trying to POST stdin (#7097) 2018-10-29 14:41:23 +01:00
ClusterEdgeCursor.cpp Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
ClusterEdgeCursor.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
ClusterFeature.cpp Bugfix 3.4: address concerns from prior scheduler PR (#7005) 2018-10-23 11:30:45 +02:00
ClusterFeature.h advertised endpoints (#6493) 2018-09-14 10:05:46 +02: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 Revert "fixes some misbehaviour within the coordinator agency callbacks (#7104)" (#7150) 2018-10-30 16:48:56 +01:00
ClusterInfo.h Make ensureIndexOnCoordinator more robust (#7110) (#7130) 2018-10-30 11:25:06 +01:00
ClusterMethods.cpp Fix timeouts for write operations from coordinator to leader. (#7081) 2018-10-31 14:39:48 +01:00
ClusterMethods.h Remove header from trx::methods (#6271) 2018-08-28 17:31:00 +02:00
ClusterRepairDistributeShardsLike.cpp Make ensureIndexOnCoordinator more robust (#7110) (#7130) 2018-10-30 11:25:06 +01:00
ClusterRepairDistributeShardsLike.h Feature/fix inconsistent distribute shards like job (#4743) 2018-05-07 16:53:08 +02:00
ClusterRepairOperations.cpp Only load Plan and Current in ClusterInfo when actually needed. (#5649) 2018-07-16 12:20:13 +02:00
ClusterRepairOperations.h Bug fix/compile issues on mac (#5280) 2018-05-08 11:07:16 +02:00
ClusterRepairs.h Feature/fix inconsistent distribute shards like job (#4743) 2018-05-07 16:53:08 +02:00
ClusterTraverser.cpp Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
ClusterTraverser.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
CreateCollection.cpp backport missed changes (#7016) 2018-10-24 15:43:45 +03:00
CreateCollection.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
CreateDatabase.cpp maintenance fast lane backport (#6350) 2018-09-05 14:54:04 +02:00
CreateDatabase.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
CriticalThread.cpp Bug fix/remove most of aql js (#5223) 2018-04-30 11:17:11 +02:00
CriticalThread.h Bug fix/remove most of aql js (#5223) 2018-04-30 11:17:11 +02:00
DBServerAgencySync.cpp Feature 3.4/detailed get maintenance feature (#6666) 2018-10-01 14:50:25 +02:00
DBServerAgencySync.h Feature 3.4/detailed get maintenance feature (#6666) 2018-10-01 14:50:25 +02:00
DropCollection.cpp backport missed changes (#7016) 2018-10-24 15:43:45 +03:00
DropCollection.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
DropDatabase.cpp maintenance fast lane backport (#6350) 2018-09-05 14:54:04 +02:00
DropDatabase.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
DropIndex.cpp Maintenance Fixes (#6284) 2018-08-31 15:24:29 +02:00
DropIndex.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
EnsureIndex.cpp Make ensureIndexOnCoordinator more robust (#7110) (#7130) 2018-10-30 11:25:06 +01:00
EnsureIndex.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
FollowerInfo.cpp Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
FollowerInfo.h Fix a bug when getting in sync and old requests are still lingering. (#6788) (#6795) 2018-10-10 18:04:31 +02:00
HeartbeatThread.cpp Better agency pool update (#7036) 2018-10-24 16:23:10 +02:00
HeartbeatThread.h Dedicated thread for Phase 1&2 (#6342) 2018-09-06 12:14:53 +02:00
Maintenance.cpp Bug fix 3.4/shorter foot in door (#7084) 2018-10-26 16:16:52 +02:00
Maintenance.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
MaintenanceFeature.cpp Feature 3.4/detailed get maintenance feature (#6666) 2018-10-01 14:50:25 +02:00
MaintenanceFeature.h Feature 3.4/detailed get maintenance feature (#6666) 2018-10-01 14:50:25 +02:00
MaintenanceRestHandler.cpp Feature 3.4/detailed get maintenance feature (#6666) 2018-10-01 14:50:25 +02:00
MaintenanceRestHandler.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
MaintenanceStrings.h Fix cleanup of Current entry in case a follower is removed from Plan. (#6623) 2018-09-28 17:37:14 +02:00
MaintenanceWorker.cpp Added try-catch-block. (#6649) 2018-09-28 17:09:50 +02:00
MaintenanceWorker.h maintenance fast lane backport (#6350) 2018-09-05 14:54:04 +02:00
NonAction.cpp Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
NonAction.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
ReplicationTimeoutFeature.cpp Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
ReplicationTimeoutFeature.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
ResignShardLeadership.cpp maintenance fast lane backport (#6350) 2018-09-05 14:54:04 +02:00
ResignShardLeadership.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
RestAgencyCallbacksHandler.cpp Make ensureIndexOnCoordinator more robust (#7110) (#7130) 2018-10-30 11:25:06 +01:00
RestAgencyCallbacksHandler.h Make ensureIndexOnCoordinator more robust (#7110) (#7130) 2018-10-30 11:25:06 +01:00
RestClusterHandler.cpp advertised endpoints (#6493) 2018-09-14 10:05:46 +02:00
RestClusterHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
ResultT.h Gharial rewrite in C++ (#5631) 2018-08-09 09:30:04 +02:00
ServerState.cpp Replace engine equality feature (#6931) (#6950) 2018-10-17 20:34:19 +02:00
ServerState.h Replace engine equality feature (#6931) (#6950) 2018-10-17 20:34:19 +02:00
SynchronizeShard.cpp RocksDB replication thread safety (#7088) (#7131) 2018-10-30 11:24:17 +01:00
SynchronizeShard.h Bug fix 3.4/shorter foot in door (#7084) 2018-10-26 16:16:52 +02:00
TraverserEngine.cpp [3.4] Additional and cleaned-up logging (#6648) 2018-10-01 19:03:05 +02:00
TraverserEngine.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
TraverserEngineRegistry.cpp Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
TraverserEngineRegistry.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
UpdateCollection.cpp backport missed changes (#7016) 2018-10-24 15:43:45 +03:00
UpdateCollection.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00
v8-cluster.cpp suppress some of these dreaded error messages (#6787) 2018-10-11 10:46:04 +02:00
v8-cluster.h Feature/schmutz plus plus (#5972) 2018-08-24 12:15:35 +02:00