1
0
Fork 0
Commit Graph

42280 Commits

Author SHA1 Message Date
Lars Maier a03528b7a2 Allow accessing `_api/cluser/endpoints` as authenticated user via the `_system` database. (#7342) 2018-11-16 10:03:14 +01:00
maxkernbach 447ab7bce5 UI: rename danger button (#7042) 2018-11-15 14:05:12 +01:00
Max Neunhöffer 4d81b27e1b
Supervision bug fix to start with clean transient store. (#7326) 2018-11-15 11:24:18 +01:00
Max Neunhöffer 0b4a969a46
Port timeout in cluster operation fixes from 3.4 to 3.3. (#7308)
* Port timeout in cluster operation fixes from 3.4 to 3.3.
2018-11-14 12:37:56 +01:00
Alan Plum 0d6721ad03 Fix pathForTesting -> startupPath (#7314) 2018-11-14 12:36:54 +01:00
jsteemann a0e8a709c2 update documentation 2018-11-12 17:50:15 +01:00
Alan Plum 478f494d43 Fix Foxx Queues infinite maxFailures (#7225) 2018-11-12 13:21:44 +01:00
Max Neunhöffer e78764b1fd Try to fix timeout in drop collection. (#7065)
* Try to fix timeout in drop collection.

* Use atomics instead of volatile.
2018-11-12 13:11:55 +01:00
Heiko f0c2370f36 fixes some misbehaviour within the coordinator agency callbacks (#7105)
* fixes some misbehaviour within the coordinator agency callbacks

* changelog
2018-11-09 09:22:25 +01:00
Max Neunhöffer 2989aaefc1
Add instructions for greylisting. (#7275)
* Add instructions for greylisting.

* Improve instructions.
2018-11-08 16:26:33 +01:00
Frank Celler 2cdff58a3b added --skipGrey 2018-11-08 01:10:47 +01:00
Jan aa5c3fbd3a
turn off warnings about `overcommit_memory` settings (#7236) 2018-11-07 11:07:10 +01:00
jsteemann da83656b0b remove tabstop 2018-11-02 16:53:06 +01:00
Jan c80bd72522
add error checking to prevent undefined behavior (#7196) 2018-11-02 15:23:37 +01:00
Jan 8acfb52167
Bug fix 3.3/calculate js sha1 sum (#7170) 2018-11-02 13:52:07 +01:00
Matthew Von-Maszewski ab65669fb1
port 3.4 changes that give libcurl time to retry a failed DNS query. (#7148) 2018-10-31 11:47:05 -04:00
Max Neunhöffer f2f9fe4e3d
Repair arangorestore. (#7076)
* Improve logging on coordinator when doing `arangorestore`.

* Return more error information in `mergeResults`.

* Longer timeout for communication coordinator -> leader for writes.

This is taking into account possible write stops from followers needed
to get in sync.

* Fix compilation.

* Get rid of numbers in exception log messages.

* Fix a typo.
2018-10-31 14:39:20 +01:00
Jan 92fe960c07
increase the maximum allowed number of collections in an AQL query (#7152) 2018-10-31 10:07:27 +01:00
Jan 61d7697ecc
fix js copying at startup (#7092) 2018-10-30 13:50:33 +01:00
jsteemann 32ec2e1c26 set log level to debug for replication topic 2018-10-30 13:19:00 +01:00
Tobias Gödderz 76fc3ad5c9 [3.3] Stop curl from trying to POST stdin (#7099)
* Stop libcurl from trying to POST stdin

* Stop relocking every iteration in wait

* Remove unimplemented function

* Restrict setting of empty POSTFIELDS to POST requests

* Revert locking change

* Fixed erroneous backport
2018-10-29 14:41:15 +01:00
Jan 06cf07b9c2
do not rely on _modules collection being present at startup (#7117) 2018-10-29 13:54:27 +01:00
Max Neunhöffer 15ac2a5b10
Consider case of resigned leader. (#7060) 2018-10-29 09:20:02 +01:00
jsteemann 2bef4c7116 fix return value type 2018-10-26 18:00:18 +02:00
Heiko 4f1651ad85 Bug fix 3.3/ui events routing (#7070)
* fixes same issue in another view, too

* changelog
2018-10-25 16:12:59 +02:00
Heiko 292868c4d4 Bug fix 3.3/ui graph parsing (#7064)
* fixes some graph data parsing issues, if format was not like it was expected

* changelog
2018-10-25 16:09:45 +02:00
Jan 8303bc5fee
added option `--rocksdb.total-write-buffer-size` (#7074) 2018-10-25 15:51:30 +02:00
Heiko ee1be96bca Bug fix 3.3/agency loop wrong credentials (#7071)
* arangod now exits when used wrong credentials during the startup process

* changelog
2018-10-25 14:16:30 +02:00
Max Neunhoeffer 3d1c5ca6a2
Revert "Improve logging on coordinator when doing `arangorestore`."
This reverts commit 1ce781c2a1.
2018-10-25 13:35:32 +02:00
Max Neunhoeffer 8e022c2556
Revert "Return more error information in `mergeResults`."
This reverts commit c2fcbc9444.
2018-10-25 13:35:17 +02:00
Max Neunhoeffer c2fcbc9444
Return more error information in `mergeResults`. 2018-10-25 13:34:02 +02:00
Max Neunhoeffer 1ce781c2a1
Improve logging on coordinator when doing `arangorestore`. 2018-10-25 12:07:18 +02:00
Simon abfe01e26f Better agency pool update (#7037) 2018-10-25 10:00:50 +02:00
jsteemann 59d467d28c remove duplicate entry from CHANGELOG 2018-10-24 17:12:19 +02:00
Simran e232731f19 Doc - Highlight importance of backups (#7018) 2018-10-23 17:26:29 +02:00
Simon 4359d98b9d Properly compare velocypack objects in Agency operations (#6924) 2018-10-23 11:52:14 +02:00
jsteemann 700dcbb0c8 fixed jslint 2018-10-23 11:25:52 +02:00
Tobias Gödderz ed41d8eb76 [3.3] Fixed optimize-traversals and added a regression test (#6976)
* Fixed optimize-traversals and added a regression test

* Updated CHANGELOG
2018-10-23 09:49:05 +02:00
Jan b23ba07c1b
don't fiddle with thread structs that were not initialized yet (#6978) 2018-10-22 16:47:23 +02:00
jsteemann db9ec61636 fix duplicate cloning 2018-10-22 10:40:07 +02:00
Jan dca3152192
fix side-effects of array sorting (#6987) 2018-10-22 10:37:49 +02:00
jsteemann dace4941ea release version 3.3.19 2018-10-20 12:46:50 +02:00
sleto-it 1ec1aee3ee
Changelog 3.3.19 (#6986) 2018-10-20 11:24:44 +02:00
Heiko 15dfe2466b UI - fixes validation of allowed or not allowed foxx service mount paths (#6970) 2018-10-20 11:17:40 +02:00
Lars Maier da996017bf Fixed bad token generation when username is empty. (#6971) 2018-10-19 17:45:56 +02:00
Simon 80b5c7810d Add recalculate count API (#6973) 2018-10-19 17:44:47 +02:00
Heiko 31fc540526 3 3 - fixes the ui dashboard statistics in cluster environment (#6919) 2018-10-17 15:56:24 +02:00
Heiko 6a31068e54 3 3 fixed gathering of coordinator statistics in a cluster environment (#6936) 2018-10-17 15:47:50 +02:00
sleto-it be5ca64f67 Update CHANGELOG (#6942) 2018-10-17 15:39:56 +02:00
jsteemann d7ea32762a release version 3.3.18 2018-10-17 13:19:40 +02:00