1
0
Fork 0
Commit Graph

42467 Commits

Author SHA1 Message Date
Wilfried Goesgens 0aed0312ec wait for suicide to actually take place before we fail this 2019-12-02 18:44:11 +01:00
KVS85 2537e270e8 Updated arangosync to 0.7.1 2019-11-28 22:38:35 +01:00
KVS85 c603cf6bf8 Updated arangosync to 0.7.0 2019-11-25 14:33:40 +01:00
Tobias Gödderz 917ad26d0d [3.3] Bug fix 3.3/allow agency ops in active failover (#9961)
* Backported #9881

* Fixed merge
2019-10-21 16:07:12 +03:00
Wilfried Goesgens e877d184e5 Fix windows path handling not to slip into UNC lookup (#10073) (#10086)
* Fix windows path handling not to slip into UNC lookup (#10073)

* make sure that we don't get more than one leading directory separator in front of the path, so windows doesn't mistakenly look it up as a UNC.

* make sure we don't build paths that start with two \'s

* fix condition

* Fix macros according to guidelines

* Fix rspec tests

* Fix Linux rspec
2019-10-21 16:06:27 +03:00
Jan b4d764d187 fix non-deterministic occurrences of "document not found" errors (#9873) 2019-09-02 11:29:38 +03:00
Wilfried Goesgens d6fc3641dd Bug fix 3.3/fix arangosh documentation paste (#9745)
* fix pasting from the documentation

* CHANGELOG

* Update CHANGELOG
2019-08-30 16:22:36 +03:00
Frank Celler 62908a7d44 use LDAP_PATH instead of fixed one (#9812) 2019-08-27 10:23:57 +02:00
Lars Maier 4b3fc15a45 [3.3] Move Shard Bug 4567124 (#9749)
* Fixed abort in moveshard in the case new leader is not in Current.
* Updated Changelog.
2019-08-20 11:40:28 +02:00
Max Neunhöffer 1f27aac6b4
Fix an agency bug found in Windows tests. (#9730) 2019-08-16 12:35:19 +02:00
Matthew Von-Maszewski 7d33146c84 Bugfix 3.3: Correct calculation of rocksdb statistics to be sum of column families (#9708)
* change rocksdb statistics to sum all column families instead of reporting single, default column family which is unused by ArangoDB.

* Update CHANGELOG
2019-08-14 17:32:46 +03:00
Frank Celler 7a197b49e6
disable enforce-block-cache-size-limit for now (#9270) 2019-08-12 09:42:32 +02:00
KVS85 8b5b1677a4 Fix released version to rebuild 2019-08-09 12:07:42 +02:00
KVS85 0f70535e6c Set 3.3.24 release date 2019-08-08 14:53:56 +02:00
Jan 27999b9865 Bug fix 3.3/re add overcommit memory 2 warning (#9644)
* re-add overcommit_memory=2 warning

* updated CHANGELOG
2019-08-06 08:23:02 -04:00
Jan e176528e61
fix agency callback dumbness (#9624) 2019-08-02 11:42:24 +02:00
KVS85 c5ecfb3833 upgrade Starter 0.14.12 2019-08-01 16:34:32 +02:00
KVS85 2e6f32438d Upgrade arangosync 0.6.5 2019-07-30 16:59:51 +02:00
Matthew Von-Maszewski 9ff3aeacfa
Bugfix 3.3: Import would not report communication errors (#9501)
* arangoimport was neither reporting not stopping on communications errors.  Add reporting of impacted lines for CSV imports.

* correct lines missing from initial backport
2019-07-18 15:34:42 +02:00
Max Neunhoeffer 9a0bd3222e
Add hot_backup to black list. 2019-07-15 10:50:30 +02:00
Matthew Von-Maszewski f09ff46c65 coordinator would not always include rocksdb error message with error code (#9458) 2019-07-11 14:55:56 +02:00
KVS85 bc12ba12d2
Rename permissions_server suite (#9441) 2019-07-10 16:39:24 +03:00
jsteemann 5c43053c95 updated CHANGELOG 2019-07-04 14:48:14 +02:00
Jan aacbe2abbf
use logical comparisons instead of binary ones (#9382)
* use logical comparisons instead of binary ones

* continue => break
2019-07-04 14:46:35 +02:00
KVS85 2055c24b39
Upgrade arangosync 0.6.4, starter 0.14.5 2019-06-27 22:39:23 +03:00
Max Neunhöffer 7c66476a70
Fix agency election lockstep bug. (#9350)
* Fix agency election lockstep bug.

Reset the base point for the random election timeout to now whenever we have
cast a vote, be it for us or for some other server.

* CHANGELOG.
2019-06-27 21:06:39 +02:00
Kaveh Vahedipour 8f890c057a if collection is gone in meantine ... (#9335) 2019-06-26 15:12:04 +02:00
Wilfried Goesgens 22abd44b9b use two simple regexes to workaround macos compilers producing endless loops (#9281) 2019-06-25 09:17:28 +02:00
sleto-it a630b933de entry for coordinator route for agency dump added (#9164)
Assumes it is in 3.3.23, but I did not check the code
2019-06-25 08:58:10 +02:00
Lars Maier dfccdf3f4b Release _to server when abort because of dropped collection or `something serious went wrong`. (#9269) 2019-06-17 14:57:36 +02:00
Dan Larkin-York 7cdde7be6e [3.3] Add drop-check for index creation in cluster (#9221)
* Add drop-check for index creation in cluster.

* Fix return.

* Fix static string.

* Add changelog entry.

* Address review comments.

* Revert change of shared_ptr to plain atomic.
2019-06-12 20:02:31 +02:00
Frank Celler 535c2849c6
added 0 byte test (#9227) 2019-06-10 20:33:59 +02:00
jsteemann efda879b9c blacklist wal_cleanup suite 2019-06-07 19:10:36 +02:00
Max Neunhöffer 46d1272682
Fix yet another agency test with clientid. (#9160) 2019-06-07 10:32:53 +02:00
Kaveh Vahedipour f963d263d0 [3.3] fix ttl handling for object assigments (#9203)
* fix node assignment ttl handling
* only new ttl test
* CHANGELOG entry.
2019-06-06 15:44:45 +02:00
Jan 036e966a27
fix handling of comments in config files (#9173) 2019-06-04 14:45:59 +02:00
Lars Maier 05559915b4 Bug fix 3.3/supervision fixes4 (#9017)
* Try to fix agency problems with snapshots.

* Abort MoveShards jobs that have the failed server as fromServer.

* Report aborts.

* CHANGELOG.
2019-05-31 17:18:37 +02:00
Kaveh Vahedipour 38ef9933a8 [3.3] fix client lookup table (#9067)
* fix client lookup table

* back port from 3.4 fixes agency state client id lookup table

* double declaration

* change log

* 3.3 back port of test fixes

* client id for inc/dec test

* Port comment and typo fix from 3.4 version.

* Fix agency tests.

* Consistent behaviour across branches.
2019-05-29 21:42:44 +02:00
Wilfried Goesgens 2a09434dde fix syncer download not to use oauth. (#9114) 2019-05-27 19:07:28 +02:00
Frank Celler 4c0dff1651 updated to Starter 0.4.14 2019-05-25 22:43:20 +02:00
Jan f82780b995
fix async request handling when server queue is full (#9030) 2019-05-20 13:52:33 +02:00
KVS85 4c7e28dd77 Blacklist paths_server testsuite for 3.3 2019-05-15 12:01:21 +02:00
Lars Maier 0ce99bd09d Fixed lost precondition when removing server. (#8988) 2019-05-14 15:38:55 +02:00
KVS85 e93cd702ae Use ArangoDB Starter 0.14.3 (#8956) 2019-05-10 10:11:30 +02:00
KVS85 ec77bad9ed Fix load_balancing suite to conform testing.j options (3.3) 2019-05-06 17:37:52 +02:00
Wilfried Goesgens 61a22226c3 grep would exit 1 if empty, sh will abort. Don't do that. (#8824) 2019-04-23 13:04:56 +02:00
KVS85 b5cd164727 Backport testing changes from devel 2019-04-22 15:21:38 +02:00
Frank Celler 1bd25865fe added buckets 2019-04-21 14:53:03 +02:00
KVS85 cdf9f446b8
Add notice about "onlyGrey" option 2019-04-20 16:02:37 +03:00
KVS85 a3ffb268a8 3.3: grey only (#8788) 2019-04-17 19:29:59 +02:00