Jan Christoph Uhde
227d6648a2
fix not advancing iterator in rocksdb edge index
2017-05-12 14:47:42 +02:00
Jan Christoph Uhde
07bb07de39
Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/edge-index-cache
...
* 'devel' of https://github.com/arangodb/arangodb :
add debug output
more unique ptrs
fixed comment
moved description into correct section
remove unused options
enable rocksdb logger
2017-05-12 13:56:57 +02:00
Jan Christoph Uhde
db38ef3522
more clean up for edge index
2017-05-12 13:51:05 +02:00
Jan Christoph Uhde
a1454ce87c
clean up RocksDBEdgeIndex code
2017-05-12 13:27:25 +02:00
Jan Christoph Uhde
dd00e03010
fix2
2017-05-12 13:18:13 +02:00
Jan Christoph Uhde
3afdb2a666
fix
2017-05-12 12:35:35 +02:00
jsteemann
b1aae2efdd
remove unused options
2017-05-12 12:12:09 +02:00
jsteemann
b848030818
enable rocksdb logger
2017-05-12 12:03:54 +02:00
Jan Christoph Uhde
7902d0e44e
Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/edge-index-cache
...
* 'devel' of https://github.com/arangodb/arangodb : (25 commits)
Add footer to docs, unify slogan
Docs: make graph traversal images hard copies (fixes Cygwin builds)
Added documentation for RocksDB and hash cache options to manual.
Changed default cache size to something reasonable.
cppcheck
added comments
fix shutdown order
Added document cache.
fix some replication issues
Invalidate current coordinators on every 2nd heartbeatrun
Show timeout when failing
Addding locking, fixing conversion warning
Fixing locking error
resync changelog to 3.1
Fix jslint
CHANGELOG: SIGHUP forwarding
forward SIG_HUP from supervisor
Allow removing dbnodes
Rocksb: index locking issue
Fix serverAlias map...this was ridiculous
...
2017-05-12 10:37:24 +02:00
jsteemann
abeae0a30d
cppcheck
2017-05-11 21:21:58 +02:00
jsteemann
6dfeea53be
added comments
2017-05-11 20:59:45 +02:00
jsteemann
68611a0a6a
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-11 20:58:49 +02:00
Dan Larkin
787335929c
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-11 14:39:06 -04:00
Dan Larkin
1fc3480a6b
Added document cache.
2017-05-11 14:39:00 -04:00
jsteemann
db19b4fdf3
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-11 19:01:49 +02:00
jsteemann
422b06211f
fix some replication issues
2017-05-11 19:00:32 +02:00
Jan Christoph Uhde
9e9faf7bbd
hopefully fix the cache
2017-05-11 18:07:30 +02:00
Simon Grätzer
e11ef2bf54
Addding locking, fixing conversion warning
2017-05-11 17:38:50 +02:00
Jan Christoph Uhde
dce3250862
add more logging to edge index
2017-05-11 16:42:49 +02:00
Simon Grätzer
310166d3cf
Fixing locking error
2017-05-11 15:55:06 +02:00
Jan Christoph Uhde
ba3c797704
fix bug in edgeIndex
2017-05-11 15:20:39 +02:00
Simon Grätzer
c21bd1eeb8
Rocksb: index locking issue
2017-05-11 15:12:05 +02:00
Simon Grätzer
f101e21328
Geo index update, renaming
2017-05-11 13:19:51 +02:00
Jan Christoph Uhde
c6fa6bb1ae
add empty array slices in cache if no primary key for fromTo can be found
2017-05-11 13:13:15 +02:00
Jan Christoph Uhde
36d8b31335
decrease log level for edge index cache
2017-05-11 12:56:12 +02:00
Jan Christoph Uhde
ee6e28a33d
first tests pass for rocksdb index with cache
2017-05-11 12:11:00 +02:00
Jan Christoph Uhde
e36d795dad
crashing during lookup
2017-05-11 11:18:44 +02:00
Jan Christoph Uhde
db7fdd2b7f
add postprocessRemove for RocksDBEdgeIndex
2017-05-11 09:50:23 +02:00
Dan Larkin
f43e342c47
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-10 19:57:27 -04:00
Dan Larkin
52711a2b00
Added proper truncation support for RocksDB indexes.
2017-05-10 19:57:22 -04:00
jsteemann
17e9ea3d39
fix figures
2017-05-11 00:25:20 +02:00
jsteemann
1e0ce29d5b
remove debug log message
2017-05-10 23:36:51 +02:00
Dan Larkin
ab815e6020
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-10 17:28:27 -04:00
Dan Larkin
9276890e92
Fixed key bounds to be compatible with prefix seek mode.
2017-05-10 13:07:01 -04:00
Jan Christoph Uhde
e2b78d71b6
Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/edge-index-cache
...
* 'devel' of https://github.com/arangodb/arangodb :
Fix abort conditions of FailedLeader
removing unused and unimplemented methods
cppcheck
getting rid of exceptions in supervision
change to sleep_until so older windows are pleased (and is a better fitting method anyway)
"searching for culprit breaking ensureIndex in cluster through go driver"
Fixing fulltext deduplication
2017-05-10 19:00:19 +02:00
Jan Christoph Uhde
ce515abbd9
report size of cache for rocksdb indexes
2017-05-10 18:44:01 +02:00
Jan Christoph Uhde
847dd3ad5d
Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/edge-index-cache
...
* 'devel' of https://github.com/arangodb/arangodb :
geo index fixes
adding transactions to the geo index
2017-05-10 18:43:20 +02:00
Simon Grätzer
9950fa7245
removing unused and unimplemented methods
2017-05-10 18:25:41 +02:00
Simon Grätzer
d8053a9bcf
Fixing fulltext deduplication
2017-05-10 16:17:46 +02:00
Jan Christoph Uhde
3e25aec2f3
fix enabling of caches
2017-05-10 15:58:28 +02:00
Simon Grätzer
2c7190aa34
geo index fixes
2017-05-10 15:50:50 +02:00
Jan Christoph Uhde
e5db579b25
Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/edge-index-cache
...
* 'devel' of https://github.com/arangodb/arangodb : (54 commits)
attempt to fix races in replication
grunt build
use exclusive transaction in syncer
change feature order around
dashboard
added api cluster api routes
add selection of storage engine
use some parallelism
micro optimizations
Fix truncate for geo
added assertions
remove unused include
try to fix initial sync problem
remove unnecessary includes
Finally fix the error where suddenly an array of dbservers are being called
Update queryView.js
initialize bool variable
remove debug output
removed unused private field
Wrong index number
...
2017-05-10 15:14:08 +02:00
Simon Grätzer
5464763c8e
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-10 14:54:46 +02:00
Simon Grätzer
5fa85761a2
adding transactions to the geo index
2017-05-10 14:54:39 +02:00
jsteemann
d46d6e5f5f
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-10 14:32:46 +02:00
Jan Christoph Uhde
4cfbe85e4a
honor batch size && length limit for cache values
2017-05-10 14:01:10 +02:00
Jan Christoph Uhde
7ea4eaf774
fix index figures
2017-05-10 14:00:40 +02:00
jsteemann
f534421c74
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-10 13:19:45 +02:00
jsteemann
7aac7de2e4
micro optimizations
2017-05-10 13:08:31 +02:00
Simon Grätzer
4b563744d8
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-10 13:02:30 +02:00