1
0
Fork 0
Commit Graph

35610 Commits

Author SHA1 Message Date
Kaveh Vahedipour ea3db60b64 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-12-16 17:55:25 +01:00
Kaveh Vahedipour 0d3c1b16d9 faily confident about sendWithFailover 2016-12-16 17:55:10 +01:00
jsteemann 68a7e7ec13 try to fix devel build 2016-12-16 17:10:44 +01:00
jsteemann 4f10a6fb9c experimental micro optimizations 2016-12-16 15:52:16 +01:00
Kaveh Vahedipour 1312c59b6e 1st stage of fixing sendWithFailover 2016-12-16 15:23:24 +01:00
Jan Christoph Uhde 75823fe879 another try to fix the plan 2016-12-16 15:19:10 +01:00
Kaveh Vahedipour 1c9de86318 isWatch no longer needed after move to arangodb agency 2016-12-16 12:28:11 +01:00
Kaveh Vahedipour dd0146a54d Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-12-16 12:26:38 +01:00
Kaveh Vahedipour 0df8e4e2cd isWatch no longer needed after move to arangodb agency 2016-12-16 12:26:27 +01:00
Max Neunhoeffer 97e5bbbc66 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-12-16 11:03:14 +01:00
Max Neunhoeffer a7f295bfe8 Fix error handling in resilienceMove test. 2016-12-16 11:02:13 +01:00
jsteemann b4df6577c0 don't copy responses around 2016-12-16 11:00:18 +01:00
Kaveh Vahedipour 86a0620525 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-12-15 17:22:12 +01:00
Kaveh Vahedipour f66d3b1dac fixed moveshard tests 2016-12-15 17:22:01 +01:00
jsteemann 80ea8ae569 updated CHANGELOG 2016-12-15 17:00:11 +01:00
jsteemann 1e65d28e5b align memory for ARM 2016-12-15 16:26:27 +01:00
jsteemann 3939d5e2d8 don't log irrelevant message in generated Foxx apps 2016-12-15 16:18:07 +01:00
jsteemann 3e6064f772 preliminary fix for issue #2218 2016-12-15 15:45:33 +01:00
jsteemann 39093882e0 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-12-15 15:45:09 +01:00
Kaveh Vahedipour 043c0bd92f cannot depend on Slice.getDouble 2016-12-15 15:32:09 +01:00
jsteemann 9b42e9cee6 some improvements for memory management
added more memory diagnostics for memory usage:
- collection.figures() now returns a "readCache" attribute which contains the
  number of and memory usage of entries in the document revisions cache for the
  collection, and a "revisions" attribute with the number and memory usage
  of entries in the storage engine's revision lookup table for the collection
- the default value for --database.revision-cache-target-size was changed from
  75% of RAM to 30% of RAM
2016-12-15 15:30:28 +01:00
Kaveh Vahedipour 8251cd46e1 cannot depend on Slice.getDouble 2016-12-15 15:23:45 +01:00
Kaveh Vahedipour ebee9b6752 fixed MoveShard after cppcheck-frenzy 2016-12-15 11:44:36 +01:00
Kaveh Vahedipour 4919a65ee8 fixed MoveShard after cppcheck-frenzy 2016-12-15 11:35:40 +01:00
Kaveh Vahedipour f052b33ec3 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-12-15 10:56:49 +01:00
Kaveh Vahedipour 14ac7a168a correct rordering of agent list in redirect 2016-12-15 10:56:43 +01:00
Andreas Streichardt 42e58c505f Bump jenkins 2016-12-15 10:19:02 +01:00
Kaveh Vahedipour d4c50dfc8c Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-12-15 08:46:54 +01:00
Kaveh Vahedipour 22f8eab6ea short review and c++11 cosmetics 2016-12-15 08:46:40 +01:00
Andreas Streichardt 217e4e14e4 bump jenkins 2016-12-14 18:14:32 +01:00
Andreas Streichardt 31b41471a4 Unittest should report a failure to the console 2016-12-14 17:41:58 +01:00
Kaveh Vahedipour 5b1d0bd30a Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-12-14 17:27:51 +01:00
Kaveh Vahedipour 84fa31a39d agencycommanager ran in locks when ::redirect called ::failed 2016-12-14 17:27:46 +01:00
Max Neunhoeffer 12f9a6726f Fix another detail in AgencyComm. 2016-12-14 15:05:02 +01:00
Kaveh Vahedipour 84415bb508 insecure access to front 2016-12-14 13:56:21 +01:00
Kaveh Vahedipour 486e544732 failed agent problem in AgencyComm resolved 2016-12-14 12:32:32 +01:00
jsteemann 10398b2977 speeds up some use cases of AQL CONTAINS 2016-12-14 12:22:30 +01:00
Jan Christoph Uhde 2a404cfabe add dump of ExectionPlan.
Index Node seems to be created!
2016-12-14 12:21:21 +01:00
Kaveh Vahedipour 9ab9f17cd1 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-12-14 12:12:16 +01:00
Kaveh Vahedipour a7f88840e7 Fixed redirect issues in AgencyComm 2016-12-14 12:12:00 +01:00
Jan Christoph Uhde 0f8b496c57 add debugging info for geoindex 2016-12-14 10:46:24 +01:00
jsteemann cf04966aba fix count 2016-12-14 10:30:46 +01:00
Jan Christoph Uhde 3d17672feb better tests 2016-12-13 17:03:01 +01:00
jsteemann 5da6b9bb86 updated CHANGELOG 2016-12-13 16:10:48 +01:00
Jan Christoph Uhde 615b85e5f5 add tests - sort && filter and add check for IndexNodes 2016-12-13 16:09:00 +01:00
jsteemann 3be94b6014 add caching for db._collection() on client side 2016-12-13 16:05:29 +01:00
jsteemann 4d76ef962b added count(details = true) for sharded collections 2016-12-13 16:03:49 +01:00
Jan Christoph Uhde e5fcdb7386 partial rewrite - now we start at endnodes
and work upward towards singleton node
2016-12-13 15:53:44 +01:00
Kaveh Vahedipour 1c6837d0d9 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-12-13 15:36:23 +01:00
Kaveh Vahedipour 842d1030f0 Fixed dangling UUID problem in missing database directory 2016-12-13 15:36:19 +01:00