Jan
4df1c81e9b
Feature/mmfiles index lookup speedup ( #5329 )
2018-05-12 10:21:12 +02:00
Simon Grätzer
15000c5989
revert change
2018-05-12 02:07:00 +02:00
Simon Grätzer
5e4d133324
Slightly increase batch size
2018-05-12 01:27:58 +02:00
Simon Grätzer
40b45bf4d1
Make huge deletes go in smaller batches
2018-05-12 01:25:01 +02:00
Jan
4703049c4e
added startup option `--log.escape` for unescaped logging ( #5315 )
2018-05-11 19:12:16 +02:00
jsteemann
ba81e7aa82
remove unnecessary casts
2018-05-11 17:54:36 +02:00
jsteemann
0ad639d5cc
Merge branch 'feature/safe-cast-execution-node' of https://github.com/arangodb/arangodb into devel
2018-05-11 17:07:40 +02:00
jsteemann
55ee1aef3e
fixed documentation issue #5325
2018-05-11 14:49:57 +02:00
jsteemann
39da191b11
report missing cache hit information as 0 values, not as non-representable types
2018-05-11 14:49:42 +02:00
jsteemann
86550966ef
remove unnecessary return statements
2018-05-11 14:49:12 +02:00
Jan
9fbcddb3bd
Bug fix/make rest handlers indirect ( #5323 )
...
* make rest handlers indirect
* added assertions
2018-05-11 13:51:06 +02:00
maxkernbach
5cd4064be5
Doc - New Example 'Multiple Path Search' ( #5307 )
...
Issue #3545
2018-05-11 12:36:59 +02:00
Tobias Gödderz
afe13fba57
Fix race condition between foxx install and selfHeal ( #5273 )
2018-05-11 12:27:56 +02:00
Andrey Abramov
671734b32f
do not scatter empty view ( #5318 )
...
* do not distribute scatter views without links
* simplify view downcasting
* refactor & add some tests
* adjust comments
2018-05-11 11:45:22 +03:00
Jan
3c39337d34
make arangorestore not report errors about the target database not found ( #5286 )
...
* make arangorestore not report errors about the target database not found
when it is invoked with option `--create-database true`. In this case,
arangorestore should not print an error but simply create the target
database. This patch implements this change.
Additionally, it aborts the startup of arangorestore in case there are
any errors. Previously, the startup phase went on even when no connection
could be established, which led to useless follow-up errors being printed.
* simplify error handling a bit
2018-05-11 08:31:44 +02:00
Jan
e1da502c67
remove now-superfluous tests for V8 versions of AQL functions ( #5319 )
2018-05-11 08:31:14 +02:00
Jan
5d2982fd7c
run V8 garbage collection less often than before ( #5314 )
2018-05-11 08:30:59 +02:00
jsteemann
14fbb088b1
remove useless warning
2018-05-11 00:07:05 +02:00
jsteemann
27e985d5d0
safer casts for ExecutionNode types
2018-05-10 20:08:37 +02:00
Vasiliy
d48bdf72e1
issue 373.4: address issue with MSVC picking incorrect function, minor formatting changes, backport from iresearch upstream: ensure id_to_column contains enough slots for all column ids, address another issue with _T(...) macro not working when _MBCS is defined on MSVC ( #5310 )
2018-05-10 20:12:37 +03:00
jsteemann
89d68dd748
fix broken tests
2018-05-10 18:33:18 +02:00
jsteemann
2b857f72f2
yet another assertion failure fix
2018-05-10 17:40:50 +02:00
Simran
59de3403c1
Doc - Administration & Programs Refactor ( #4907 )
2018-05-10 13:05:22 +02:00
jsteemann
eac32700ea
fix assertion failure in cluster
2018-05-09 23:09:02 +02:00
jsteemann
3586be974c
fix jslint warnings
2018-05-09 23:08:46 +02:00
jsteemann
39be345510
remove unused variables
2018-05-09 18:19:33 +02:00
jsteemann
5bb3102cfd
added missing override specifier
2018-05-09 18:19:20 +02:00
jsteemann
cdfac2049a
Merge branch 'bug-fix/remove-unused-class-in-cluster-selectivity-estimate' of https://github.com/arangodb/arangodb into devel
2018-05-09 18:15:54 +02:00
jsteemann
b02a3be84d
Merge branch 'refactor-execution-node-types' of https://github.com/arangodb/arangodb into devel
2018-05-09 18:12:51 +02:00
Vasiliy
0d1cf45097
issue 373.3: use TRI_vocbase_t& for Upgrade tasks, remove redundant checks for null TRI_vocbase_t ( #5301 )
2018-05-09 15:54:07 +03:00
Simon
08e355aed8
Simple dump speedup ( #5298 )
2018-05-09 12:51:04 +02:00
Heiko
65d1434b4d
performance optimization gharial post ( #5291 )
...
* performance optimization
* fixed badly behavior in api gharial while replaced the document with exists function
2018-05-09 12:50:28 +02:00
Heiko
e01603a4b1
fixed geo tests asan ( #5296 )
2018-05-09 09:20:23 +02:00
Vasiliy
5d8abce7bb
issue 373.2: move toVelocyPack into LogicalDataSource ( #5288 )
...
* issue 373.2: move toVelocyPack into LogicalDataSource
* backport: move static DataSource related strings into StaticStrings, add support for registering snapshots on DBServer views
2018-05-08 17:28:39 +03:00
Andrey Abramov
ddd8ef6667
refactor execution node type enum to be less error prone
2018-05-08 16:23:56 +03:00
maxkernbach
2733bf9e1c
Doc - fix build & integrate GO driver doc ( #5293 )
2018-05-08 12:22:42 +02:00
Kaveh Vahedipour
6580ba11cd
removal of unused class Cluster/SelectivityEstimate
2018-05-08 12:16:21 +02:00
Michael Hackstein
4ede998186
Bug fix/compile issues on mac ( #5280 )
...
* Mvoved unnecessary std::move
* Replaced size_t by uint64_t
* Fixed usage of <array>
2018-05-08 11:07:16 +02:00
jsteemann
03acfe7cf5
Merge branch 'bug-fix/remove-jemalloc-feature' of https://github.com/arangodb/arangodb into devel
2018-05-08 08:31:56 +02:00
Jan
5cd9dc433d
remove asio and ICU compile warnings spam ( #5287 )
2018-05-08 08:02:57 +02:00
jsteemann
a5b5b1e5a9
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2018-05-07 23:51:52 +02:00
Jan
2e3cca5872
add missing override specifiers, add final specifiers ( #5263 )
2018-05-07 23:51:43 +02:00
jsteemann
2694fc9f40
more overrides
2018-05-07 23:51:20 +02:00
jsteemann
7f8a1cc614
Merge branch 'bug-fix/add-missing-overrides-and-final' of https://github.com/arangodb/arangodb into devel
2018-05-07 23:02:46 +02:00
Vasiliy
2ce20e86d7
issue 373.1: move globally-unique id generation from collection into data-source ( #5182 )
2018-05-07 22:14:40 +03:00
Andrey Abramov
39a4cbf0d6
fix valgrind issues ( #5283 )
2018-05-07 21:17:48 +03:00
Simon
6db3258505
Possible windows fix ( #5281 )
2018-05-07 18:07:28 +02:00
Tobias Gödderz
8c87f51429
Feature/fix inconsistent distribute shards like job ( #4743 )
2018-05-07 16:53:08 +02:00
Kaveh Vahedipour
012718d6b5
Bug fix/default stack size on osx too small ( #5265 )
2018-05-07 16:50:51 +02:00
Wilfried Goesgens
68345ec514
don't install headers ( #5278 )
2018-05-07 16:47:35 +02:00