1
0
Fork 0
arangodb/arangod
Max Neunhöffer ef8fcd101c
Port to 3.3 of various fixes around leadership preparation in agency. (#4150)
* Add logging for _earliestPackage in Agent.
* Really enforce the hidden option --server.maximal-threads if given.
* Switch off --log.force-direct in scripts/startStandAloneAgency.sh
* Lower the timeout for sending AppendEntriesRPC to 150s.
* Erase _earliestPackage when becoming a leader.
* Challenge leadership in agent main loop.
* Use steady_clock for _earliestPackage.
* Change _lastAcked and _leaderSince to steady_clock as well.
* time difference calculations based on old readSystemClock to steadyClockToDouble
* All system_clock transitioned to steady_clock in Agent. Remaining system_clock are user input / output or timestamps
* Inception system_clock to steady_clock
2017-12-27 16:47:16 +01:00
..
Actions Missing things for active / passive (#3578) 2017-11-04 20:30:23 +01:00
Agency Port to 3.3 of various fixes around leadership preparation in agency. (#4150) 2017-12-27 16:47:16 +01:00
Aql remove superfluous decrease memory usage (#4132) 2017-12-21 20:15:03 +01:00
Cache Fixing an issue with intermediate commits (#4006) 2017-12-12 23:15:41 +01:00
Cluster move from devel to 3.3 the dynamic chooseTimeout() feature. (#4166) 2017-12-27 16:36:42 +01:00
GeneralServer fix premature unlock (#3802) (#4027) 2017-12-13 18:46:14 +01:00
Graph Improved the cost estimation of traversals to be independent from max search depth. This fixes #3917 (#3944) 2017-12-07 10:05:35 +01:00
Indexes Feature 3.3/fulltext optimizations (#3925) 2017-12-19 21:40:12 +01:00
InternalRestHandler try to work around some assertions (#3296) 2017-09-28 09:21:33 +02:00
MMFiles move from devel to 3.3 the dynamic chooseTimeout() feature. (#4166) 2017-12-27 16:36:42 +01:00
Pregel Feature/improved index api for unique constraints and replication (#3715) 2017-11-16 21:02:01 +01:00
Replication don't make the syncer fail when it is restarted (#4030) 2017-12-14 10:23:35 +01:00
RestHandler add `--ignore-missing` option to arangoimp (#4128) 2017-12-22 11:09:03 +01:00
RestServer move from devel to 3.3 the dynamic chooseTimeout() feature. (#4166) 2017-12-27 16:36:42 +01:00
RocksDBEngine move from devel to 3.3 the dynamic chooseTimeout() feature. (#4166) 2017-12-27 16:36:42 +01:00
Scheduler Port to 3.3 of various fixes around leadership preparation in agency. (#4150) 2017-12-27 16:47:16 +01:00
Statistics
StorageEngine move from devel to 3.3 the dynamic chooseTimeout() feature. (#4166) 2017-12-27 16:36:42 +01:00
Transaction move from devel to 3.3 the dynamic chooseTimeout() feature. (#4166) 2017-12-27 16:36:42 +01:00
Utils fix premature unlock (#3802) (#4027) 2017-12-13 18:46:14 +01:00
V8Server fix premature unlock (#3802) (#4027) 2017-12-13 18:46:14 +01:00
Views Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
VocBase forgotten fix for globallyUniqueId (#4033) 2017-12-14 10:05:28 +01:00
CMakeLists.txt move from devel to 3.3 the dynamic chooseTimeout() feature. (#4166) 2017-12-27 16:36:42 +01:00
dbg.cmake