jsteemann
9b5c29921d
fix compilation
2018-11-19 10:12:31 +01:00
Dan Larkin-York
32db9157bf
Updates to collection versioning. ( #7261 )
2018-11-19 09:45:52 +01:00
hellower
94626595cd
Update messages.h ( #7360 )
...
Korean bye message
2018-11-19 09:17:33 +01:00
Max Neunhöffer
476f941161
Improve error reporting in maintenance. ( #7341 )
...
* Improve error reporting from maintenance.
* Fix compilation.
* Tiny polishing fix.
2018-11-16 10:25:30 +01:00
Lars Maier
8f08cdb03d
Allow accessing _api/cluser/endpoints as authenticated user via the _system database. ( #7345 )
2018-11-16 10:00:40 +01:00
Jan
f5cf42e4f2
Bug fix/refactor query optimizer part2 ( #7337 )
2018-11-15 18:19:07 +01:00
jsteemann
5b2a557f94
removed spam comment
2018-11-15 17:39:21 +01:00
Jan
b475f27148
fix queries that refer to COLLECT variables from inside COLLECT ( #7332 )
2018-11-15 15:11:11 +01:00
Jan
8e2b7e47bf
print "401 unauthorized" message again ( #7319 )
...
this should fix https://github.com/arangodb/planning/issues/3225
2018-11-15 13:02:46 +01:00
Max Neunhöffer
f720703c38
Supervision bug fix to start with clean transient store. ( #7325 )
...
* Supervision bug fix to start with clean transient store.
* Add CHANGELOG entry.
2018-11-15 11:24:34 +01:00
KVS85
8655a34239
Bug fix/fix vs15.9 codecvt macro ( #7328 )
...
* Fix std::codecvt<charXX_t...> marco to be used with VS 15.9
* Extend MSVC2017_ONLY macro with VS 15.9 vesion
2018-11-15 00:13:49 +03:00
jsteemann
d9f0dcc82b
fix failing test
2018-11-14 11:58:38 +01:00
Markus Pfeiffer
39bdebf851
Port bug-fix-3.4/timeout-create-coll to devel ( #7307 )
...
* Fix loophole in error handling.
* Fix inquiry case of id not found: 404.
* Also handle correctly in AgencyComm.
* Fix agency tests.
* Fix error handling in dropCollectionOnCoordinator.
2018-11-14 10:03:55 +01:00
Andrey Abramov
de30a5f04f
Feature/arangosearch pk endianness ( #7306 )
...
* refactor arangosearch pks
* minor refactoring
* store PK as BigEndian since it leads to more compact index representation
* force iresearch to not to use libbfd
* fix tests
2018-11-14 01:42:38 +03:00
Jan
21979e6906
Bug fix/do not create routing collection ( #7290 )
2018-11-13 16:54:06 +01:00
Jan
a5db298c92
fix buffer overrun, remove unused variable ( #7302 )
2018-11-13 14:18:50 +01:00
Jan
bb09e357dc
Bug fix/aql micro optimizations ( #7287 )
2018-11-13 11:54:07 +01:00
Jan
4631cfb5e8
do not create _modules collection for new databases/installations ( #7291 )
2018-11-13 11:40:15 +01:00
Jan
dbf8d582d5
added missing change to clusterinfo ( #7294 )
2018-11-13 11:37:48 +01:00
Jan
f1760bf01b
fix failing non-deterministic query-stream test ( #7295 )
2018-11-13 11:36:41 +01:00
jsteemann
70674ccdfa
adjusted documentation w.r.t. to toggling statistics
2018-11-12 17:55:32 +01:00
Alan Plum
fe7eae33bd
Fix Foxx Queues infinite maxFailures ( #7223 )
2018-11-12 13:20:10 +01:00
jsteemann
285cff52c0
fix "duplicate test suite name" error
2018-11-12 11:32:33 +01:00
jsteemann
02cf9013e3
fix define name
2018-11-12 09:49:22 +01:00
jsteemann
62645c1370
fix file privileges
2018-11-10 23:17:12 +01:00
jsteemann
f90cb7455f
add some debug information in case temp directory cannot be created
2018-11-10 23:13:36 +01:00
jsteemann
782bc0fb4a
fix compile warnings
2018-11-10 23:11:44 +01:00
Andrey Abramov
779809d3e1
Feature/arangosearch optimize documents reading ( #7280 )
...
* optimize reading documents from arangosearch index
* simplify code
* get rid of useless interface
* even more simplifications
* update iresearch to commit 40128bf50cea3546313fbfd71e5a32bb88e418a2
* optimize PK reading
* cleanup
* minor refactoring
* address review comments
* micro optimization
2018-11-09 18:10:22 +03:00
Wilfried Goesgens
0ce4c715b2
rather use null-pointers than try/catch for control flow ( #7271 )
2018-11-08 16:27:44 +01:00
Max Neunhöffer
ffd40088ed
Greylist moving-shards-with-arangosearch-view-cluster. ( #7273 )
...
* Greylist moving-shards-with-arangosearch-view-cluster.
* Add documentation for greylisted tests.
2018-11-08 16:26:15 +01:00
Dan Larkin-York
48c3fd3b7f
Fix nullptr dereference in SynchronizeShard. ( #7268 )
2018-11-08 14:13:00 +01:00
Dan Larkin-York
f5043b69eb
Fix error message when adding link to non-existent collection. ( #7270 )
2018-11-08 14:27:02 +03:00
Wilfried Goesgens
bfde87751c
add more information when timeout failing the index creation tests ( #7265 )
2018-11-08 11:50:30 +01:00
Frank Celler
a6e4c844ad
Feature-3.4/whiteblacklist ( #7259 )
...
* add blacklist
* added --skipGrey
2018-11-08 00:01:29 +01:00
Max Neunhöffer
a74330250f
Port bug fix 3.4/cluster comm threads start stop ( #6939 ) to devel. ( #7253 )
...
* Start ClusterComm threads in `ClusterFeature::start`. Stop ClusterComm threads in `ClusterFeature::stop`.
* Do not free objects in `Scheduler::shutdown`. Let the `unique_ptr` do their job. Stop ClusterComm threads in `ClusterFeature::stop`, but free instance in `ClusterFeature::unprepare`.
* `io_context` may contains lambdas that hold `shared_ptr`s to `Tasks` the required a functional `VocBase` in their destructor.
2018-11-07 21:42:34 +01:00
Andrey Abramov
194bc1b254
make ArangoSearch error messages more descriptive ( #7252 )
2018-11-07 19:45:52 +03:00
Wilfried Goesgens
6fe9b774f8
fix typo ( #7254 )
2018-11-07 17:37:12 +01:00
Dan Larkin-York
b447f98a7a
Upgrade old MMFiles collections for compatibility with ArangoSearch. ( #7248 )
2018-11-07 15:52:37 +01:00
Jan
7306cdaa03
try not to throw so many exceptions from Supervision ( #7227 )
2018-11-07 15:36:41 +01:00
Andrey Abramov
733b2a4574
bug-fix/internal-issue-#6289 ( #7249 )
...
* improve troubleshooting
* fix tests
2018-11-07 15:17:04 +03:00
Jan
41a12626c7
turn off warnings about `overcommit_memory` settings ( #7234 )
2018-11-07 11:07:31 +01:00
KVS85
e67690c554
Fix update-view-arangosearch-spec tests ( #7245 )
2018-11-07 00:30:21 +03:00
Simon
386fc0e9ad
Simplify dropDatabaseCoordinator & fix some bugs ( #7211 )
2018-11-06 15:26:33 +01:00
KVS85
4646ff28b2
Add view profiling tests ( #7229 )
...
* Add view profiling tests
* Fix jslint errors
2018-11-06 17:15:46 +03:00
Dan Larkin-York
0bc6a4d7a2
Fix query profiling discrepancy in console. ( #7241 )
2018-11-06 14:50:32 +01:00
Tobias Gödderz
1de42118b7
Fix "Duplicate testsuite" error ( #7238 )
2018-11-06 13:10:29 +01:00
Tobias Gödderz
cc30bc1585
Fix teardown, improved assertion & error message ( #7219 )
2018-11-06 13:09:51 +01:00
Vasiliy
facb4043a1
issue 496.5: minor API cleanup and error reportin enhancements, update iresearch to commit d69f7bd184e009da7bf0a478efd34a0c85b74291 ( #7216 )
...
* issue 496.5: minor API cleanup and error reportin enhancements, update iresearch to commit d69f7bd184e009da7bf0a478efd34a0c85b74291
* add workaround for shell-collection-rocksdb-noncluster.js::testSystemSpecial test failure
* fix typo
2018-11-06 13:59:18 +03:00
Tobias Gödderz
b096d3b6e4
Restore /_api/view to return internal view names again ( #7222 )
2018-11-06 11:40:55 +01:00
Matthew Von-Maszewski
0d39ff66f5
Bugfix: backport defensive Communicator change and revert constant change in Scheduler ( #7214 )
...
* revert accidental change to MIN_SECONDS
* from bugfix-3.4/mv-communicator-defensive: simplify lambda usage to static functions.
2018-11-05 15:18:31 -06:00