1
0
Fork 0
arangodb/arangod/Agency
Jan b2ceb68205
Feature/small misc optimizations (#4504)
2018-02-08 09:25:07 +01:00
..
AddFollower.cpp Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
AddFollower.h merge in cpp & js from 3.1.18 yet to do tests 2017-04-21 15:41:05 +02:00
AgencyComm.cpp Have twice seen coordinator go into long loop on shutdown. Added two tests for isStopping() to break the loops. (#4138) 2017-12-21 20:32:16 +01:00
AgencyComm.h Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
AgencyCommon.h constituent correctly persisiting _votedFor and _term (#4248) 2018-01-16 09:47:25 +01:00
AgencyFeature.cpp remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … (#3817) 2017-12-06 18:43:49 +01:00
AgencyFeature.h Fix agency shutdown bug. (#3683) 2017-11-14 16:33:46 +01:00
Agent.cpp constituent correctly persisiting _votedFor and _term (#4248) 2018-01-16 09:47:25 +01:00
Agent.h create independent executeLockedRead and executeLockedWrite to speed performance (#4177) 2017-12-29 12:02:27 +01:00
AgentCallback.cpp Bug fix/agent lead hanger (#4147) 2017-12-27 16:45:39 +01:00
AgentCallback.h agent with less traffic 2017-02-10 17:03:15 +01:00
AgentConfiguration.cpp fix premature unlock (#3802) 2017-12-13 13:27:42 +01:00
AgentConfiguration.h fix some threading issues (#3659) 2017-11-12 22:34:51 +01:00
AgentInterface.h Squashed commit of the following: 2017-06-02 16:13:03 +02:00
CleanOutServer.cpp Better logging 2017-05-11 12:20:15 +02:00
CleanOutServer.h merge in cpp & js from 3.1.18 yet to do tests 2017-04-21 15:41:05 +02:00
Compactor.cpp fix some threading issues (#3659) 2017-11-12 22:34:51 +01:00
Compactor.h Bug fix/agency compactor deadlock (#3335) 2017-09-28 12:20:57 +02:00
Constituent.cpp Feature/small misc optimizations (#4504) 2018-02-08 09:25:07 +01:00
Constituent.h constituent correctly persisiting _votedFor and _term (#4248) 2018-01-16 09:47:25 +01:00
FailedFollower.cpp fixed a bug, where when servers failed, when also agency leadership c… (#3189) 2017-09-07 16:10:23 +02:00
FailedFollower.h merge in cpp & js from 3.1.18 yet to do tests 2017-04-21 15:41:05 +02:00
FailedLeader.cpp Fixed object assignment operator for agency's key value store (#3701) 2017-11-17 15:49:40 +01:00
FailedLeader.h merge in cpp & js from 3.1.18 yet to do tests 2017-04-21 15:41:05 +02:00
FailedServer.cpp typo in error message 2017-06-09 12:20:35 +02:00
FailedServer.h merge in cpp & js from 3.1.18 yet to do tests 2017-04-21 15:41:05 +02:00
GossipCallback.cpp
GossipCallback.h
Inception.cpp Bug fix/agent lead hanger (#4147) 2017-12-27 16:45:39 +01:00
Inception.h Bug fix/agency restart enhancements (#3619) 2017-11-10 23:40:26 +01:00
Job.cpp constituent correctly persisiting _votedFor and _term (#4248) 2018-01-16 09:47:25 +01:00
Job.h constituent correctly persisiting _votedFor and _term (#4248) 2018-01-16 09:47:25 +01:00
JobContext.cpp merge in cpp & js from 3.1.18 yet to do tests 2017-04-21 15:41:05 +02:00
JobContext.h merge in cpp & js from 3.1.18 yet to do tests 2017-04-21 15:41:05 +02:00
MoveShard.cpp Cmake 5.0 complains about unused lambda captures (#3390) 2017-10-13 12:20:48 +02:00
MoveShard.h merge in cpp & js from 3.1.18 yet to do tests 2017-04-21 15:41:05 +02:00
Node.cpp Fixed object assignment operator for agency's key value store (#3701) 2017-11-17 15:49:40 +01:00
Node.h Bug fix/agent lead hanger (#4147) 2017-12-27 16:45:39 +01:00
NotifyCallback.cpp
NotifyCallback.h
RemoveFollower.cpp Cmake 5.0 complains about unused lambda captures (#3390) 2017-10-13 12:20:48 +02:00
RemoveFollower.h merge in cpp & js from 3.1.18 yet to do tests 2017-04-21 15:41:05 +02:00
RestAgencyHandler.cpp create independent executeLockedRead and executeLockedWrite to speed performance (#4177) 2017-12-29 12:02:27 +01:00
RestAgencyHandler.h Bug fix/no support for inquiry in send transaction with failover less verbosity (#3847) 2017-11-30 14:54:22 +01:00
RestAgencyPrivHandler.cpp Bug fix/agency leader timeouts (#3373) 2017-10-06 10:11:51 +02:00
RestAgencyPrivHandler.h MSVC is pendantic (but right) (#3047) 2017-08-17 21:25:34 +02:00
State.cpp minor (#3813) 2017-11-27 18:22:13 +01:00
State.h Bug fix/agencycomm validate methods broken (#3784) 2017-11-24 10:31:07 +01:00
Store.cpp Fixed object assignment operator for agency's key value store (#3701) 2017-11-17 15:49:40 +01:00
Store.h Bug fix/lead to agent (#3541) 2017-11-09 11:10:09 +01:00
StoreCallback.cpp Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
StoreCallback.h Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
Supervision.cpp builder fixed for agency transaction. worked only for a single server. (#4436) 2018-02-06 23:14:53 +01:00
Supervision.h builder fixed for agency transaction. worked only for a single server. (#4436) 2018-02-06 23:14:53 +01:00
v8-agency.cpp Bug fix/cleanup after cppcheck (#3639) 2017-11-10 13:53:28 +01:00
v8-agency.h