1
0
Fork 0
arangodb/arangod/Cluster
Max Neunhoeffer 0fbc48b83e Improve cluster in various ways.
Finish implementation of AgencyReadTransaction.
Use AgencyReadTransaction in HeartbeatThread of coordinator (less requests).
Repair ClusterInfo::uniqid.
Repair AgencyComm::uniqid.
Remove x-etcd-index header.
Remove _index in AgencyCommResult.
Streamline HeartbeatThread of coordinator.
Remove lastCommandIndex from AgencyComm.
Fix HeartbeatThread::handleStateChange.
2016-05-06 22:30:27 +02:00
..
AgencyCallback.cpp Improve cluster in various ways. 2016-05-06 22:30:27 +02:00
AgencyCallback.h Rename method name to better reflect what it is actually doing 2016-05-03 12:11:50 +02:00
AgencyCallbackRegistry.cpp Migrate ensure/drop index to proper callbacks 2016-05-03 15:28:46 +02:00
AgencyCallbackRegistry.h Migrate ensure/drop index to proper callbacks 2016-05-03 15:28:46 +02:00
AgencyComm.cpp Improve cluster in various ways. 2016-05-06 22:30:27 +02:00
AgencyComm.h Improve cluster in various ways. 2016-05-06 22:30:27 +02:00
ClusterComm.cpp use std::unordered_maps for headers 2016-05-01 20:52:47 +02:00
ClusterComm.h use std::unordered_maps for headers 2016-05-01 20:52:47 +02:00
ClusterFeature.cpp Handle int case for HeartbeatThreadMs in agency gracefully. 2016-05-06 09:22:18 +02:00
ClusterFeature.h cppcheck 2016-04-23 20:49:58 +02:00
ClusterInfo.cpp Improve cluster in various ways. 2016-05-06 22:30:27 +02:00
ClusterInfo.h Remove option replicationQuorum which was unused as of now. 2016-05-06 09:53:01 +02:00
ClusterMethods.cpp use std::unordered_maps for headers 2016-05-01 20:52:47 +02:00
ClusterMethods.h use std::unordered_maps for headers 2016-05-01 20:52:47 +02:00
ClusterTraverser.cpp
ClusterTraverser.h use xxHash for hashing id strings 2016-05-02 15:46:04 +02:00
HeartbeatThread.cpp Improve cluster in various ways. 2016-05-06 22:30:27 +02:00
HeartbeatThread.h Improve cluster in various ways. 2016-05-06 22:30:27 +02:00
RestAgencyCallbacksHandler.cpp
RestAgencyCallbacksHandler.h
RestShardHandler.cpp micro optimizations 2016-05-01 00:03:23 +02:00
RestShardHandler.h
ServerJob.cpp removed debug output 2016-05-03 11:49:09 +00:00
ServerJob.h Restructure code so that the installed versions are being returned by 2016-05-02 12:19:07 +02:00
ServerState.cpp Take out getTargetServerEndpoint. 2016-05-04 11:10:42 +02:00
ServerState.h micro optimizations 2016-04-23 16:23:15 +02:00
v8-cluster.cpp Improve cluster in various ways. 2016-05-06 22:30:27 +02:00
v8-cluster.h