1
0
Fork 0
arangodb/arangod
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
..
Actions
Agency Make ensureIndexOnCoordinator more robust (#7110) (#7130) 2018-10-30 11:25:06 +01:00
Aql increase the maximum allowed number of collections in an AQL query (#7155) 2018-10-31 10:08:32 +01:00
Auth Propper commit Sequence Numbers (#6958) 2018-10-18 18:25:34 +02:00
Cache Bugfix 3.4: Merge scheduler changes by Michael & Frank into recent overlapping code changes (#6928) 2018-10-16 22:51:00 +02:00
Cluster Fix timeouts for write operations from coordinator to leader. (#7081) 2018-10-31 14:39:48 +01:00
ClusterEngine Next try at truncate (#7090) (#7096) 2018-10-26 15:06:36 +02:00
GeneralServer fix nullptr access to usermanager object (#7094) 2018-10-26 12:59:00 +02:00
GeoIndex
Graph Silence tsan warnings (#7051) 2018-10-24 23:58:47 +02:00
IResearch [3.4] arangosearch speedup removals (#7158) 2018-10-31 15:54:16 +03:00
Indexes Next try at truncate (#7090) (#7096) 2018-10-26 15:06:36 +02:00
InternalRestHandler
MMFiles issue 496.2: backport 3.4: allow customization of segment size limits on arangosearch view creation, minor code cleanup (#7141) 2018-10-30 23:41:15 +03:00
Pregel Bugfix 3.4: Merge scheduler changes by Michael & Frank into recent overlapping code changes (#6928) 2018-10-16 22:51:00 +02:00
Replication RocksDB replication thread safety (#7088) (#7131) 2018-10-30 11:24:17 +01:00
RestHandler Fix timeouts for write operations from coordinator to leader. (#7081) 2018-10-31 14:39:48 +01:00
RestServer backport: switch scope of responsibility between a TRI_vocbase_t and a LogicalView in respect to view creation/deletion (#7106) 2018-10-30 12:50:29 +03:00
RocksDBEngine RocksDB replication thread safety (#7088) (#7131) 2018-10-30 11:24:17 +01:00
Scheduler Make ensureIndexOnCoordinator more robust (#7110) (#7130) 2018-10-30 11:25:06 +01:00
Sharding Make ensureIndexOnCoordinator more robust (#7110) (#7130) 2018-10-30 11:25:06 +01:00
Statistics try to fix "caught exception during statistics processing: Expecting Object" errors that may happen right after upgrading from 3.3 2018-10-25 11:24:17 +02:00
StorageEngine fix https://github.com/arangodb/release-3.4/issues/99 (#6951) 2018-10-19 15:26:23 +02:00
Transaction RocksDB replication thread safety (#7088) (#7131) 2018-10-30 11:24:17 +01:00
Utils fix nullptr access to usermanager object (#7094) 2018-10-26 12:59:00 +02:00
V8Server Remove unused bindings (#7142) 2018-10-30 19:41:45 +01:00
VocBase Bugfix 3.4: Allow libcurl time to retry DNS request (#7126) 2018-10-30 18:39:48 +01:00
CMakeLists.txt [3.4] arangosearch speedup removals (#7158) 2018-10-31 15:54:16 +03:00
dbg.cmake