m0ppers
f0ae3d3de7
Bug fix/uaf communicator request abort ( #3216 )
...
* Fix abortion of requests
* Fix progress callback
2017-09-15 22:42:30 +02:00
Simon Grätzer
88d01b89b5
Optimizations for Caches and Graph Traversals ( #3169 )
2017-08-31 18:33:10 +02:00
Jan
871ee6a85f
added startsBefore() for ApplicationFeature ( #2913 )
2017-08-01 17:15:25 +02:00
Simon Grätzer
d8c57f2cc8
Feature/rocksdb hashsearch ( #2713 )
...
* Testing hash for documents
* fixing logspam error
* added base support for kHash in the edge index
* Current version of hash enabled edge index
* removed rocksdb key type byte, dynamic prefixes for hash-index
* Fixing issues with key classes
* Fixing merge conflict
* Fixing version with semi-working hash index
* fixing various issues
* Fixing hanger in EdgeIndexIterator nextExta, when _cache is disabled. Reenable cache
* Fixing geo index bounds, and fillIndexes error handling
* Adding back failure point
* Fixing RocksDBKey::vertexId
* Added version check on startup
* Fixing version check
* added one more check
* properly detect column families at startup
* Adding additional sanity checking
* Adding missing column family
* some fixes
* Turned off geoindex sync
* fixed error
* added asserts (untested)
* Adding more asserts
2017-07-05 10:18:52 +02:00
Mop
619eae9be5
Revert "Squashed commit of the following:"
...
This reverts commit 2252088572
.
2017-06-01 18:37:45 +02:00
Andreas Streichardt
15e622d9c9
Fix naming
2017-06-01 17:50:23 +02:00
Andreas Streichardt
2252088572
Squashed commit of the following:
...
commit f3d0fd6584b0e451b8c97abcb4ba8d9f2fc6f560
Author: Andreas Streichardt <andreas@arangodb.com>
Date: Thu Jun 1 17:31:36 2017 +0200
fix unittest
commit 7cd3544a39e1b78af9d4175cb3b978799b9bbfff
Author: Andreas Streichardt <andreas@arangodb.com>
Date: Thu Jun 1 17:10:00 2017 +0200
Remove debug comment
commit fb6b10dac15be49a72dbff80030a7d22abdfc3e0
Merge: 055eb1d269 6b18cc64fe
Author: Andreas Streichardt <andreas@arangodb.com>
Date: Thu Jun 1 17:00:21 2017 +0200
Merge branch 'devel' into shardorganizer
commit 055eb1d2693a583d21ea59ec8b6ba95ab0db57ac
Merge: 1ff7998ebf 8ea89b7677
Author: Mop <andreas@arangodb.com>
Date: Thu Jun 1 16:56:30 2017 +0200
Merge branch 'shardorganizer' of https://github.com/arangodb/arangodb into shardorganizer
commit 8ea89b76777c75b6a77bf695c3f074a0c4643c29
Author: Andreas Streichardt <andreas@arangodb.com>
Date: Thu Jun 1 16:55:41 2017 +0200
Fix shardmapping bug
commit 1ff7998ebfd691598ec5b455ca5bc2bfd7020fb4
Author: Mop <andreas@arangodb.com>
Date: Wed May 31 17:26:08 2017 +0200
more output
commit 68e88aa0e14316c4929d05b2c151bee6421d754d
Merge: 0978ad1d9e 44a6a78ec3
Author: Mop <andreas@arangodb.com>
Date: Wed May 31 17:03:33 2017 +0200
Merge branch 'shardorganizer' of https://github.com/arangodb/arangodb into shardorganizer
commit 44a6a78ec338a1e7cabb15464500d96b84c68f1d
Author: Andreas Streichardt <andreas@arangodb.com>
Date: Wed May 31 07:42:43 2017 -0700
Fix namespace
commit 0978ad1d9e2f01b86204990e74b66958f25eba66
Merge: f98582ccff d74e5989ad
Author: Mop <andreas@arangodb.com>
Date: Wed May 31 16:40:35 2017 +0200
Merge branch 'shardorganizer' of https://github.com/arangodb/arangodb into shardorganizer
commit f98582ccff3448f6c2388dab4cc2dc38034271b0
Author: Mop <andreas@arangodb.com>
Date: Wed May 31 16:39:03 2017 +0200
Revert "Revert "Next attempt at merging ShardOrganizer...distributeShardsLike fixed""
This reverts commit fed45b7b10
.
commit d74e5989ad478efe7d66d196715c05f4f41c9c29
Author: Andreas Streichardt <andreas@arangodb.com>
Date: Wed May 31 16:31:31 2017 +0200
Make it an error
commit 0a6a9ef9464df4f24ad205bbab5b9f8ded50054f
Author: Andreas Streichardt <andreas@arangodb.com>
Date: Wed May 31 12:42:51 2017 +0200
distributeShardsLike has to be saved as a cidString
2017-06-01 17:32:40 +02:00
Jan Christoph Uhde
c4e7ae54da
Prepare geodata to be more platform independent
2017-05-30 09:22:45 +02:00
Andreas Streichardt
f2670f8040
Extract compareServerList and make it reuseable
2017-05-24 14:13:51 +02:00
Michael Hackstein
d7d650e27d
Implemented index estimates for RocksDB. Now the following indexes have
...
a proper estimate:
* HashIndex
* SkiplistIndex / Persistent
* EdgeIndex
2017-05-15 17:17:58 +02:00
Andreas Streichardt
fd3f8e6ad9
Remove rocksdb linking (implicitly done via arangoserver!)
2017-04-28 12:09:02 +02:00
Kaveh Vahedipour
42caf5044c
merge in cpp & js from 3.1.18 yet to do tests
2017-04-21 15:47:03 +02:00
jsteemann
b975d0ea1d
added tests
2017-04-04 13:47:14 +02:00
Simon Grätzer
68f32177c6
Added test for mapped files in TypedBuffer.h
2017-03-16 17:17:05 +01:00
Wilfried Goesgens
690a3902a6
fix rocksdb submodule references
2017-03-13 11:43:47 +01:00
Dan Larkin
6a449efb06
Improved cache rebalancing and allocation strategies.
2017-03-11 12:15:08 -05:00
jsteemann
fd7ad33a0c
added -Wnon-virtual-dtor compile option
2017-03-08 12:56:58 +01:00
Andreas Streichardt
8a79e5fed4
Move last test and remove pathenumerator...was not in use and broken
2017-03-06 19:04:45 +01:00
Andreas Streichardt
6f6e40140c
Move icu helper
2017-03-06 18:51:12 +01:00
Andreas Streichardt
59b49485b5
Merge branch 'devel' into catch_tests_ng
2017-03-06 18:34:46 +01:00
Andreas Streichardt
ce3c17e7de
Merge branch 'devel' into catch_tests_ng
2017-03-06 17:59:26 +01:00
Andreas Streichardt
cb8e5aa331
Migrate boost unittests to catch
2017-03-03 21:09:56 +01:00
Andreas Streichardt
1664c31529
First tests \o/
2017-03-03 15:42:07 +01:00
Andreas Streichardt
fe512ed526
Create a arangoserver lib which we link againts arangod and tests
2017-03-03 15:31:43 +01:00
Andreas Streichardt
6168e81b2e
first steps
2017-03-02 19:23:32 +01:00