1
0
Fork 0
Commit Graph

11970 Commits

Author SHA1 Message Date
jsteemann 1e65d28e5b align memory for ARM 2016-12-15 16:26:27 +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 14ac7a168a correct rordering of agent list in redirect 2016-12-15 10:56:43 +01:00
Kaveh Vahedipour 22f8eab6ea short review and c++11 cosmetics 2016-12-15 08:46:40 +01:00
Kaveh Vahedipour 84fa31a39d agencycommanager ran in locks when ::redirect called ::failed 2016-12-14 17:27:46 +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 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 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
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
jsteemann b9545343d1 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-12-09 21:50:32 +01:00
jsteemann f0a4d69b69 use bulk allocator for index elements 2016-12-09 21:40:49 +01:00
jsteemann 090e8c2a59 fix memleak 2016-12-09 17:17:20 +01:00
jsteemann 995b47fa8d remove unused code 2016-12-09 17:16:58 +01:00
Kaveh Vahedipour fe8301cd31 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-12-09 16:40:02 +01:00
Kaveh Vahedipour 2b9c018817 fixed resilience 2016-12-09 16:35:32 +01:00
Andreas Streichardt 283cf53a83 Readd satellite node 2016-12-09 15:30:03 +01:00
Kaveh Vahedipour eddecc0a4c clones method in Jobs more useful 2016-12-09 09:29:00 +01:00
jsteemann 404e04baa4 fix art 2016-12-08 17:36:42 +01:00
jsteemann 350da367bd fixes for Visual Studio 2016-12-08 17:32:46 +01:00
jsteemann 6920bb65f1 added IndexBucket.h 2016-12-08 17:31:54 +01:00
Andreas Streichardt 29e3c1487e Make satellite wait sync configurable 2016-12-08 16:49:51 +01:00
Andreas Streichardt fbe8851ba2 comment out waiting for now 2016-12-08 16:49:51 +01:00
Andreas Streichardt fbcae1382f Remove useless logging 2016-12-08 15:21:40 +01:00
Kaveh Vahedipour 62c3240f8d Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-12-08 15:12:11 +01:00
Kaveh Vahedipour c6ef45b64d AddFollower to handle multiple followers at the same time 2016-12-08 15:12:05 +01:00
Andreas Streichardt 76c0789e3c Distribute satellites across cluster 2016-12-08 15:11:22 +01:00
Andreas Streichardt 29bb68031e Wait for initial collection sync..(not yet working properly) 2016-12-08 14:54:58 +01:00