1
0
Fork 0
Commit Graph

35252 Commits

Author SHA1 Message Date
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
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
jsteemann cf04966aba fix count 2016-12-14 10:30:46 +01:00
jsteemann 5da6b9bb86 updated CHANGELOG 2016-12-13 16:10:48 +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
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
jsteemann 03acaaea47 fixed issue #2217 2016-12-13 14:19:55 +01:00
jsteemann 5b1b28d0ec fix segfault 2016-12-13 11:38:38 +01:00
jsteemann 70d812d7e0 updated vpack library 2016-12-13 10:02:04 +01:00
jsteemann ac48dbec14 optimization for ItemBlock serialization 2016-12-13 10:00:28 +01:00
jsteemann 12a819fee0 optimizations for AqlValue serialization and deserialization 2016-12-12 20:53:25 +01:00
jsteemann 5320c65bce cppcheck 2016-12-12 15:55:53 +01:00
jsteemann b96897e296 fixed some issues detected by coverity build tool 2016-12-12 15:41:54 +01:00
Alan Plum ae61d0e0e6
Fix TODOs in Foxx docs 2016-12-12 15:40:51 +01:00
Alan Plum 27099a1f73
Clarify the default value of req.body
See #2215.
2016-12-12 13:12:40 +01:00
jsteemann 15f4f1375e Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-12-12 11:53:37 +01:00
jsteemann e68ba685d5 fix VS warning 2016-12-12 11:53:30 +01:00
Kaveh Vahedipour ec249e0d06 moveShard jobs running 2016-12-12 10:31:14 +01:00
Kaveh Vahedipour ec18efc80e moveShard jobs running 2016-12-12 10:29:41 +01:00
jsteemann e9322eea8d cppcheck 2016-12-12 10:10:58 +01:00
jsteemann 3e7070dfaa Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-12-12 10:10:46 +01:00
jsteemann 4f46fbe239 cppcheck 2016-12-12 09:09:08 +01:00
Jan Steemann ad4ba248a5 try to fix travis build 2016-12-12 08:49:59 +01:00