Andreas Streichardt
ab2dcfb844
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-24 14:33:22 +02:00
Andreas Streichardt
f2670f8040
Extract compareServerList and make it reuseable
2017-05-24 14:13:51 +02:00
jsteemann
4ee75af662
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-24 11:59:49 +02:00
Max Neunhoeffer
d45ac5536d
Adjust lower limit for timeout in sync repl for RocksDB.
2017-05-24 11:52:39 +02:00
Max Neunhoeffer
9ce9db63fc
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2017-05-24 11:50:27 +02:00
jsteemann
d6bb581b18
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-24 11:33:53 +02:00
jsteemann
81786c0aa6
print compression support
2017-05-24 11:33:46 +02:00
jsteemann
631453a1f3
more options
2017-05-24 11:15:36 +02:00
jsteemann
b23285df81
added more options, but not effective yet
2017-05-24 11:02:24 +02:00
Max Neunhoeffer
ff12815b2e
Correct a typo in a variable name, improve comments.
2017-05-24 09:53:40 +02:00
Max Neunhoeffer
77517709ea
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2017-05-24 08:58:43 +02:00
Dan Larkin
71846d0ad7
Added hinting so cache table is aware of eviction rate problems.
2017-05-23 19:05:50 -04:00
Dan Larkin
78c80c3a3d
Doubled size of cache buckets to increase associativity.
2017-05-23 17:51:47 -04:00
Max Neunhoeffer
11e6b9ea7f
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2017-05-23 20:38:38 +02:00
jsteemann
c722a5f4d7
move
2017-05-23 18:02:17 +02:00
jsteemann
27a8adf9b8
moved shell colors into their own feature
2017-05-23 16:53:43 +02:00
Dan Larkin
fa2441cc96
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-23 10:16:58 -04:00
Dan Larkin
6c9f12ea85
Fixed RocksDB export API.
2017-05-23 10:16:53 -04:00
Michael Hackstein
c7ad9ed16d
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-23 15:16:02 +02:00
Michael Hackstein
12f1a7c6f6
Fixed a bug where the IndexEstimator could get into undefined behaviour if the persisted estimate contains a size of 0.
2017-05-23 14:25:53 +02:00
jsteemann
a4fde59fd2
some refactoring
2017-05-23 13:18:51 +02:00
Michael Hackstein
9055552c8b
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-23 13:17:20 +02:00
Michael Hackstein
91e19071a9
The Cuckoo index estimator now uses 32bit counters instead of 16bit. It should be more relyable now.
2017-05-23 12:56:24 +02:00
jsteemann
ca16705097
windows again
2017-05-23 11:15:17 +02:00
jsteemann
244e380f63
unintentionally broke the export
2017-05-23 10:57:31 +02:00
jsteemann
53fa66e60d
move parts from ProgramOptions from headers into cpp files
2017-05-23 10:30:36 +02:00
jsteemann
2f3e4d0ba0
fix init order
2017-05-23 08:57:39 +02:00
jsteemann
ad5e58b050
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-23 08:53:26 +02:00
jsteemann
a7b3839e6c
renamed "getMore" to "next"
2017-05-23 08:53:13 +02:00
Simon Grätzer
ddfa15b8cc
Adding bound checking back
2017-05-22 19:09:32 +02:00
jsteemann
802180e2f2
better error messages
2017-05-22 18:00:20 +02:00
jsteemann
79cda92a2a
move common code into its own file
2017-05-22 17:46:12 +02:00
jsteemann
221583e9ca
fix warning
2017-05-22 16:00:05 +02:00
jsteemann
ee0ba4f377
inline functions
2017-05-22 15:58:27 +02:00
jsteemann
c53126cebc
added missing include
2017-05-22 15:58:07 +02:00
jsteemann
183ae6381d
add missing include
2017-05-22 15:57:54 +02:00
jsteemann
e74f77fbc9
fix reserve
2017-05-22 15:57:39 +02:00
jsteemann
ae75259542
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-22 15:56:39 +02:00
jsteemann
efc4ca24eb
remove IsolateData again after context gets destroyed
2017-05-22 15:56:23 +02:00
jsteemann
c844db70b8
fixed invalid assertion
2017-05-22 15:54:25 +02:00
Max Neunhoeffer
03c5766a6d
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2017-05-22 15:37:12 +02:00
Max Neunhoeffer
4bddb0c1ad
Handle errors in loadScript for JS, use in cluster-bootstrap.
...
This recognizes errors that happen during the global cluster bootstrap.
If an error happens, the bootstrap is tried again later. The cluster
does not start until the cluster bootstrap has been finished
successfully.
2017-05-22 15:34:41 +02:00
Max Neunhoeffer
cbdf9563cb
Add configuration option to multiply synchronous replication timeout.
2017-05-22 15:34:15 +02:00
jsteemann
686a964718
adjusted error message
2017-05-22 13:53:22 +02:00
jsteemann
a91c54f6b3
avoid double-copying of shared ptrs
2017-05-22 11:28:18 +02:00
jsteemann
8a1c557f07
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-22 10:52:03 +02:00
jsteemann
d398b5e4b7
added option `--query.fail-on-warning`
2017-05-22 10:51:53 +02:00
Michael Hackstein
71241e6048
Fixed usage of std::min on apple clang. It complains that size_t != uint64_t. Now both sides are uint64_t
2017-05-22 08:03:18 +02:00
Michael Hackstein
6f58815ccc
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-22 07:50:06 +02:00
Michael Hackstein
c9206ab218
The RocksDBEdgeIndexCache now can increase the values size it wants to cache, there is no hardcoded upperbound anymore. Also moved a lot of state out of the iterator.
2017-05-21 23:30:33 +02:00