1
0
Fork 0
arangodb/arangod/Cluster
Jan 1ace247273 Bug fix/scheduling et al (#3161)
* added V8 context lifetime control options `--javascript.v8-contexts-max-invocations` and `--javascript.v8-contexts-max-age`

* make thread scheduling take into account most of the tasks dispatched via the io service
2017-08-30 10:40:02 +02:00
..
AgencyCallback.cpp remove logging for non-topics 2017-02-10 09:32:50 +01:00
AgencyCallback.h Move AgencyCallback stuff to cluster so it is (hopefully) clear that this 2017-01-13 18:08:27 +01:00
AgencyCallbackRegistry.cpp merge from 3.1 2017-02-20 20:05:52 +01:00
AgencyCallbackRegistry.h merge from 3.1 2017-02-20 20:05:52 +01:00
ClusterComm.cpp Bug fix/adjust agency comm timeouts (#2765) 2017-07-13 00:44:28 +02:00
ClusterComm.h Bug fix/adjust agency comm timeouts (#2765) 2017-07-13 00:44:28 +02:00
ClusterEdgeCursor.cpp Replaced EdgeCursors callback to return cid,rev instead of _id. Does less costly copying and comparision internally 2017-05-31 17:49:46 +02:00
ClusterEdgeCursor.h Replaced EdgeCursors callback to return cid,rev instead of _id. Does less costly copying and comparision internally 2017-05-31 17:49:46 +02:00
ClusterFeature.cpp Bug fix/scheduling et al (#3161) 2017-08-30 10:40:02 +02:00
ClusterFeature.h cluster documentation varnish (#2553) 2017-06-12 19:02:11 +02:00
ClusterHelpers.cpp Extract compareServerList and make it reuseable 2017-05-24 14:13:51 +02:00
ClusterHelpers.h Extract compareServerList and make it reuseable 2017-05-24 14:13:51 +02:00
ClusterInfo.cpp fixed a bug in create collection in cluster, where transaction result was not checked for success before access (#3137) 2017-08-28 14:58:26 +02:00
ClusterInfo.h Feature/cluster id and extended health (#3046) 2017-08-18 11:13:23 +02:00
ClusterMethods.cpp fixed a bug in create collection in cluster, where transaction result was not checked for success before access (#3137) 2017-08-28 14:58:26 +02:00
ClusterMethods.h Fixed distributeShardsLike bug in creating collections. numberOfShard… (#2895) 2017-08-03 19:38:16 +02:00
ClusterTraverser.cpp Replaced EdgeCursors callback to return cid,rev instead of _id. Does less costly copying and comparision internally 2017-05-31 17:49:46 +02:00
ClusterTraverser.h Replaced EdgeCursors callback to return cid,rev instead of _id. Does less costly copying and comparision internally 2017-05-31 17:49:46 +02:00
CollectionLockState.cpp moved collection lock state into its own struct 2017-02-16 10:27:14 +01:00
CollectionLockState.h moved collection lock state into its own struct 2017-02-16 10:27:14 +01:00
DBServerAgencySync.cpp remove logging for non-topics 2017-02-10 09:32:50 +01:00
DBServerAgencySync.h
FollowerInfo.cpp Fix behaviour of synchronous replication in dropFollower case. 2017-06-09 13:06:02 +02:00
FollowerInfo.h Feature/move shard fix (#2626) 2017-06-26 16:55:01 +02:00
HeartbeatThread.cpp Bug fix/scheduling et al (#3161) 2017-08-30 10:40:02 +02:00
HeartbeatThread.h Bug fix/scheduling et al (#3161) 2017-08-30 10:40:02 +02:00
RestAgencyCallbacksHandler.cpp fix velocypack-over-HTTP responses 2017-02-28 17:01:59 +01:00
RestAgencyCallbacksHandler.h
ServerState.cpp cluster documentation varnish (#2553) 2017-06-12 19:02:11 +02:00
ServerState.h cluster documentation varnish (#2553) 2017-06-12 19:02:11 +02:00
TraverserEngine.cpp No access collections (#3088) 2017-08-25 13:59:03 +02:00
TraverserEngine.h Fixed incremental synced 2017-04-24 15:40:48 +02:00
TraverserEngineRegistry.cpp Fixed unnecessary move of temporary object 2017-04-24 18:31:18 +02:00
TraverserEngineRegistry.h Integreated a ShortestPathEngine on DBServers and wired it up with ShortestPathNode and Options. The path seems to be computed correctly in clsuter now, but the vertices are not yet retrieved. 2017-04-20 13:57:14 +02:00
v8-cluster.cpp Feature/cluster id and extended health (#3046) 2017-08-18 11:13:23 +02:00
v8-cluster.h