1
0
Fork 0
arangodb/arangod
Max Neunhöffer d86f27bd19 Bug fix/agency leader timeouts (#3373)
* Send out empty heartbeats regardless of non-empty AppendEntriesRPC.
* Also improve logging:
  Note if a log in the empty heartbeat sending takes > 0.01 s.
  Clearly mark places where a leader resigns in logging.
  Log if no empty heartbeat is sent out.
* Make leader more tolerant w.r.t. incoming AppendEntriesRPC responses.
* Add debug logging for _lastAcked and challengeLeadership.
* Remove some unused code. Do not count ourselves in challengeLeadership.
* Removal of entire activation/deactivation mechanisms in agency
* TRI_microtime up to c++11
* added term to response to sendAppendEntries.
2017-10-06 10:11:51 +02:00
..
Actions
Agency Bug fix/agency leader timeouts (#3373) 2017-10-06 10:11:51 +02:00
Aql fixed LocalDocumentId (is now a class) 2017-10-03 22:18:07 +02:00
Cache fix some issues found by coverity code scan (#3256) 2017-09-21 10:26:59 +02:00
Cluster Bug fix/isrestore (#3283) 2017-10-03 11:53:49 +02:00
GeneralServer fixed some cppcheck warnings (#3360) 2017-10-03 21:25:24 +02:00
Graph fixed LocalDocumentId (is now a class) 2017-10-03 22:18:07 +02:00
Indexes Bug fix/isrestore (#3283) 2017-10-03 11:53:49 +02:00
InternalRestHandler try to work around some assertions (#3296) 2017-09-28 09:21:33 +02:00
MMFiles macos/clang does not like constexpr 2017-10-03 22:58:13 +02:00
Pregel Bug fix/isrestore (#3283) 2017-10-03 11:53:49 +02:00
Replication Bug fix/isrestore (#3283) 2017-10-03 11:53:49 +02:00
Rest
RestHandler fixed LocalDocumentId (is now a class) 2017-10-03 22:18:07 +02:00
RestServer Fixing Cluster Authentication (#3313) 2017-09-23 15:09:34 +02:00
RocksDBEngine fixed LocalDocumentId (is now a class) 2017-10-03 22:18:07 +02:00
Scheduler add more statistical values to the statistics handler (#3344) 2017-09-29 14:22:00 +02:00
Statistics
StorageEngine fixed LocalDocumentId (is now a class) 2017-10-03 22:18:07 +02:00
Transaction fixed LocalDocumentId (is now a class) 2017-10-03 22:18:07 +02:00
Utils fixed some cppcheck warnings (#3360) 2017-10-03 21:25:24 +02:00
V8Server Bug fix/isrestore (#3283) 2017-10-03 11:53:49 +02:00
Views Bug fix/isrestore (#3283) 2017-10-03 11:53:49 +02:00
VocBase macos/clang does not like constexpr 2017-10-03 22:58:13 +02:00
CMakeLists.txt Bug fix/agency leader timeouts (#3373) 2017-10-06 10:11:51 +02:00
dbg.cmake