1
0
Fork 0
Commit Graph

43618 Commits

Author SHA1 Message Date
jsteemann b4a4ed3bc8 attempt to make test more reliable 2018-10-17 20:32:35 +02:00
Jan 285c1adb1d
attempt to fix release-3.4#98: Unsuccessful arangorestore needs better error message (#6949) 2018-10-17 19:13:07 +02:00
Heiko b5ff5080ff merge conf. (#6882) 2018-10-17 15:57:39 +02:00
Heiko cc8429830d 3 4 - fixes the ui dashboard statistics in cluster environment (#6918) 2018-10-17 15:54:11 +02:00
jsteemann 4edfbf1771 fixed CHANGELOG 2018-10-17 15:45:46 +02:00
Heiko 494b73f6ec 3 4 fixed gathering of coordinator statistics in a cluster environment (#6935) 2018-10-17 15:45:19 +02:00
Jan 13a9a0c12b
Bug fix 3.4/use proper log topic for replication test messages (#6920) 2018-10-17 15:40:59 +02:00
KVS85 55d65449b9 Added timestamps to each test for jsUnity (3.4) (#6927) 2018-10-17 15:32:37 +02:00
Tobias Gödderz 42ef48f134 Added --rr parameter to startLocalCluster.sh (#6916) 2018-10-17 14:15:05 +02:00
Tobias Gödderz 4bcb3b755c Fixed error num comparison (#6941) 2018-10-17 14:14:43 +02:00
Simran 45b812c668 Doc - Fix link to ArangoSearch main chapter (#6930) 2018-10-17 00:07:07 +02:00
Matthew Von-Maszewski a9ce39f85c Bugfix 3.4: Merge scheduler changes by Michael & Frank into recent overlapping code changes (#6928)
* manual recreation of bug-fix-3.4/scheduler-high-low within recent Scheduler changes.

* restore Documentation that was unintentionally deleted
2018-10-16 22:51:00 +02:00
Dan Larkin-York fa6680a252 [3.4] Fix issues with ArangoSearch link permissions in cluster mode (#6726) 2018-10-16 20:43:01 +02:00
Simon f5392d3c53 Fix SimpleHttpClient assertions (#6913) 2018-10-16 20:31:29 +02:00
Andrey Abramov 6b6e4f6279
issue 485: ensure LogicalDataSource::drop() is called on vocbase drop (#6895) (#6923)
* issue 485: ensure LogicalDataSource::drop() is called on vocbase drop

* add missed change

* backport: address race between make(...) and async job

* add another missed change

* backport: ensure recursive lock reports itself as locked correctly

* backport: address test failure on mmfiles

* backport: remove redundant lock already held by async task

* backport: reset reader before unlinking directory
2018-10-16 21:06:47 +03:00
Dan Larkin-York 315af8e99f Suppress startup warning about no user table. (#6903) 2018-10-16 14:31:41 +02:00
Tobias Gödderz a5373d6697 Ignore errors caused by an admissible race (#6899) 2018-10-16 14:24:09 +02:00
Heiko 36fbab3441 Bug fix 3.4/check statistics before request (#6908) 2018-10-16 11:05:14 +02:00
Simon dd15298721 Do not delete ticks before counters (#6890) 2018-10-16 09:30:38 +02:00
Wilfried Goesgens 83498d94a0 Feature 3.4/better recovery resulthandling (#6859) 2018-10-16 09:28:49 +02:00
Jan d8043d6589
handle "rev" parameter (#6897) 2018-10-16 09:19:12 +02:00
Jan d6ae3a339c
prefer an index if more index attributes cover a filter condition (#6902) 2018-10-16 09:12:55 +02:00
Jan 738c00814a
added waitForSync option to make tests more deterministic (#6886) 2018-10-15 17:37:44 +02:00
Jan e5cefefd66
Bug fix 3.4/suppress statistics errors (#6891) 2018-10-15 17:34:08 +02:00
Tobias Gödderz 89b15b40e3 Fix compile error on clang (#6883) 2018-10-15 15:58:36 +03:00
maxkernbach f581179c53 Doc - set RocksDB as the default storage engine (chart) (#6888) 2018-10-15 14:25:30 +02:00
Heiko cc0591a626 Bug fix 3.4/update ui node dependencies (#6881)
* update some ui build  related node modules, fixed some eslint errors

* do not uglify libs any more, as libs are already uglified in most cases
2018-10-15 12:38:38 +02:00
Simon 7eda6768ab Refactor stuff, add async batch extension task (#6875)
* Refactor stuff, add async batch extension task

* fix compilation
2018-10-15 11:43:45 +02:00
Matthew Von-Maszewski 25bc48e548 minimum fixes to clear scheduler timeout problem. (#6878) 2018-10-15 09:06:15 +02:00
Frank Celler 82ee14161c release version 3.4.0-rc.3 2018-10-13 16:36:34 +02:00
Andrey Abramov 21136fef01 update changelog and LOKI 2018-10-13 14:08:20 +03:00
Andrey Abramov 4ef4e1119a
backport new arangosearch to 3.4 (#6874)
* backport new arangosearch

* backport tests

* backport another test

* backport changes in cmake
2018-10-13 01:27:31 +03:00
Kaveh Vahedipour a0fef3080d fuerte move resulted in broken inspector (#6872) 2018-10-12 19:51:55 +02:00
jsteemann 505c9215c2 updated CHANGELOG 2018-10-12 19:33:23 +02:00
jsteemann af1b1525bf updated CHANGELOG 2018-10-12 19:29:36 +02:00
Tobias Gödderz 9717c94a43 Added waitForEstimatorSync() (#6867) 2018-10-12 19:17:41 +02:00
jsteemann f8de7d0756 fix yet another prompt issue 2018-10-12 19:12:18 +02:00
Jan 9b7258a4d1
added several query optimizations (#6781) 2018-10-12 17:41:45 +02:00
Kaveh Vahedipour 1c612ff5b0 fixed hyperventing agent 3.4 (#6777)
* fixed hyperventing agent
2018-10-12 17:02:52 +02:00
Matthew Von-Maszewski 887822afa6 Bug fix 3.4: libcurl threading changes (#6829)
* enable the ability to push results processing to threads
* have ClusterComm push libcurl response processing to Scheduler threads
* tuning changes from Matthew and Michael
* give new defaults to minimum thread count
* create multiple ClusterCommThreads, each with own Communicator object
* put PR notes in change log
* correct speling
* Also drain V8 queue.
* Add prio V8 to switch in canPostDirectly.
* Accept --server.minimal-threads even if maximal threads is not set.
* Reactivate stopping of threads.
2018-10-12 17:00:55 +02:00
Jan 4dd0f2d265
tobiasle (#6860) 2018-10-12 15:34:35 +02:00
Tobias Gödderz 3c1db60d70 [3.4] Remove nondeterministic edge index test (#6862) 2018-10-12 15:18:47 +02:00
Simon 010b54c81e Allow WAL logger to split up transactions (#6800) 2018-10-12 15:15:55 +02:00
jsteemann fb051ca0bf fix cast 2018-10-12 14:17:44 +02:00
Jan 3a552cbc4f
Bug fix 3.4/fixes 111018 (#6844) 2018-10-12 12:49:43 +02:00
Jan 815adaa56f
Bug fix 3.4/fixes 110918 2 (#6845) 2018-10-12 12:48:41 +02:00
Jan 3adaf001c5
velocypack library update (#6850) 2018-10-12 12:46:52 +02:00
Jan 8b7400a36a cppcheck (#6856) 2018-10-12 12:40:31 +02:00
jsteemann b7f4347f1f remove sddsd 2018-10-12 12:26:10 +02:00
Simon 801dd32dac do not ignore document revision (#6852) 2018-10-12 11:06:18 +02:00