1
0
Fork 0
arangodb/js/server/modules/@arangodb
Michael Hackstein 5c633f9fae Bug fix/speedup shard distribution (#3645)
* Added a more sophisticated test for shardDistribution format

* Updated shard distribution test to use request instead of download

* Added a cxx reporter for the shard distribuation. WIP

* Added some virtual functions/classes for Mocking

* Added a unittest for the new CXX ShardDistribution Reporter.

* The ShardDsitributionReporter now reports Plan and Current correctly. However it does not dare to find a good total/current value and just returns a default. Hence these tests are still red

* Shard distribution now uses the cxx variant

* The ShardDistribution reporter now tries to execute count on the shards

* Updated changelog

* Added error case tests. If the servers time out the mechanism will stop bothering after two seconds and just report default values.
2017-11-10 15:17:08 +01:00
..
actions
aql
foxx Bug fix/fix cluster foxx queue startup (#3507) 2017-10-25 18:07:27 +02:00
actions.js Feature/move shard fix (#2626) 2017-06-26 16:55:01 +02:00
aql-helper.js Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
aql.js Feature/cpp aql left trim right (#3004) (#3506) 2017-10-26 20:21:41 +02:00
arango-collection.js Feature/mmfiles hash lookup performance (#3265) 2017-09-26 14:48:06 +02:00
arango-database.js server / client side db._parse added (#2789) 2017-07-14 14:31:51 +02:00
arango-statement.js do not use `_doCount` attribute (which does nothing) (#3454) 2017-10-18 12:43:34 +02:00
arango-view.js initial functionality for views - unstable 2017-03-14 16:35:45 +01:00
cluster.js Bug fix/speedup shard distribution (#3645) 2017-11-10 15:17:08 +01:00
configuration.js
database-version.js fix path to version file 2017-06-06 15:42:42 +02:00
formatter.js
index.js we may now also do 'milestone'-releases next to devel/alpha/beta/rc 2017-03-22 11:59:25 +01:00
parser.js
pregel.js Adding documented pregel foxx API (#3620) 2017-11-10 09:40:13 +01:00
replication.js Fixing webinterface access (#3464) 2017-10-20 18:06:59 +02:00
request.js Feature/improve logging (#2881) 2017-07-28 09:23:18 +02:00
simple-query.js potential fix for issue #3562: Document WITHIN_RECTANGLE not found (#3649) 2017-11-10 11:31:12 +01:00
statistics.js Bug fix/issues 1806 (#3069) 2017-08-18 22:58:09 +02:00
sync-replication-debug.js Finally remove lock methods 2017-02-10 19:47:31 +01:00
tasks.js
users.js Fix cases where the root user has access to excluded collections (#2856) 2017-08-03 21:16:08 +02:00
validator.js