1
0
Fork 0
Commit Graph

44368 Commits

Author SHA1 Message Date
Michael Hackstein f06706e53d Bug fix 3.4/create collections better preconditions (#9306)
* Backward port of #9296

* Updated changelog

* Updated changelog
2019-06-24 08:43:46 +02:00
Heiko 5d5eb23e7f Bug fix/gharial 3 4 edge from and tos verification (#9263)
* attempt to apply PR: pull/#9177

* changelog
2019-06-21 14:43:43 +02:00
Lars Maier 40a72f8b43 Added special lock for local data. Use read and write locking. Do not hold read lock during agency transactions. (#9284) 2019-06-21 14:31:43 +02:00
Lars Maier b7d4b9ab5a Release _to server when abort because of dropped collection or `something serious went wrong`. (#9268) 2019-06-17 15:03:07 +02:00
Dan Larkin-York e4cc3ac776 [3.4] Add drop-check for index creation in cluster (#9220)
* Add drop-check for index creation in cluster.

* Fix return.

* Add changelog entry.

* Address review comments.

* Revert change of shared_ptr to plain atomic.
2019-06-12 20:02:01 +02:00
Heiko 5ed82751f2 Bug fix 3.4/gravatar ui fix (#9212)
* fixed editing of users in the web ui when gravatar was enabled

* changelog

* Update userManagementView.js

rm console log
2019-06-12 15:11:26 +02:00
Frank Celler eba11a3bec
added 0 byte test (#9228) 2019-06-10 20:33:15 +02:00
Jan 65e7557f42 Bug fix 3.4/improve arangorestore (#9156)
* always import system collections first, so if importing some other collection fails later, the system collections are already in place

* properly disable enterprise features when restoring an enterprise dump into a community cluster

* disable enterprise features when restoring an enterprise dump into the community version

* fix handling of "duplicate name" issues when restoring system
collections
2019-06-09 20:21:07 +02:00
Frank Celler dce1368170 Starter 0.14.5 2019-06-09 18:07:25 +02:00
Jan 0c62f96cee
fix failing agency test (#9238) 2019-06-08 23:24:31 +02:00
Kaveh Vahedipour a46fc0690b fix agency's ttl handling in object assignments (#9180) 2019-06-08 22:23:05 +02:00
Jan 2de2d92054
remove archived RocksDB WAL files on agent servers (#9230) 2019-06-08 19:40:07 +02:00
jsteemann 43df6ffc6c Merge branch '3.4' of github.com:arangodb/arangodb into 3.4 2019-06-08 15:51:45 +02:00
jsteemann c20a5f5ec2 Revert "add limits test (#9197)"
This reverts commit 9c123a638c.
2019-06-08 15:51:27 +02:00
sleto-it d1eab0f539
Changelog - adds 3.4.6.1 entries (#9232) 2019-06-07 18:02:15 +02:00
Jan c3cd02a808 Bug fix 3.4/fix arangoexport error messages (#9214) 2019-06-07 14:25:59 +02:00
Max Neunhöffer 68926032d0
Fix yet another agency test with clientid. (#9159) 2019-06-07 10:31:03 +02:00
Tobias Gödderz 8f7f815e26 Allow generic graph tests to work without enterprise checkout (#9201) 2019-06-06 15:16:25 +02:00
Michael Hackstein b14259b55e
Fix missed callbacks race condition (#9183)
* If we miss a callback in CollectionCreation also test if we missed later callbacks.

* Updated changelog

* Fixed callback lockers

* Remove lockers vector alltogether, we are protected by mutex anyways

* Fixed include guard

* Do not recheck the Collection that has woken us up

* Fixed recursive lock gathering
2019-06-06 14:07:41 +02:00
Jan Christoph Uhde 9c123a638c add limits test (#9197) 2019-06-06 12:07:49 +02:00
Frank Celler 4982ca6c3d class ManagedDocumentResult is not a struct 2019-06-06 12:05:31 +02:00
Jan Christoph Uhde 19190dc963 add shardKeyAttribute to pregel start parameters (#9157) 2019-06-05 14:27:26 +02:00
Jan efc0e6c6f6
fix path length checks when copying js files (#9190) 2019-06-05 10:40:37 +02:00
Jan 81686eebb9
fix handling of comments in ini files (#9170) 2019-06-04 14:47:02 +02:00
Frank Celler ae3b956568 fix for windows 2019-06-04 11:51:58 +02:00
Jan 6fa651dbe3
Bug fix 3.4/pregel micro improvements (#9178) 2019-06-04 09:32:29 +02:00
Jan 3dc27af242
improve error message (#9155) 2019-06-03 17:06:44 +02:00
Tobias Gödderz 755c2c2db7 [3.4] Fixed incorrect tracing in TraversalBlock (#9152)
* Trace WAITING results in TraversalBlock

* Added CHANGELOG entry

* Fixed state type
2019-06-03 09:26:43 +02:00
Tobias Gödderz a25c0fa1b0 [3.4] Wait for replication before inserting (#9153)
* Increased timeouts, added a little more helpful error messages for assertions (#9135)

* Wait for replication before inserting documents

Un-greylist repair-distribute-shards-like-spec
2019-05-31 18:41:23 +03:00
jsteemann 3c28197299 fix some CHANGELOG issues 2019-05-29 21:57:37 +02:00
Kaveh Vahedipour 75f0a51d67 [3.4] fix clientid register in state (#9065)
* fix flientid register in state

* remove the log erase locations

* iterator check

* also clear considered

* emplaces also handled

* don't add if clientId empty

* move semantics for log_t

* forward log_t into deque. bail out also as follower, when log_t cannot be emplaced

* whitespaces

* change log

* fix agency test for leadership change during long transactions with clientId

* log_t was as good as it gets

* white spaces

* add clientIds the inc/dec test

* client id for inc/dec test

* Fix a typo in a message.

* Add a comment for better readability.

* Fix agency test.

* Take debugging out.

* Activate another old agency test.

* Fix client id.

* Consistent behaviour across branches.
2019-05-29 21:43:45 +02:00
Simon 87977d1228 Pregel segmented buffers (#9109) 2019-05-28 18:21:56 +02:00
KVS85 7a240e1dc4
Fix typo 2019-05-28 15:15:58 +03:00
jsteemann 82eb569738 fix jslint warning 2019-05-27 17:58:47 +02:00
Tobias Gödderz bdc031f3e6 [3.4] Bugfix of DFS path uniqueness implementation (#9098)
* Backport of https://github.com/arangodb/arangodb/pull/9041

* Use 3.4-compatible getResponsibleShard
2019-05-27 15:04:23 +03:00
Simon e1fdc04193 Bug fix 3.4/jobs indexes (#9099) 2019-05-27 11:43:05 +02:00
Frank Celler cda2bfcdc4 updated ArangoDB Starter 0.14.4 2019-05-24 14:47:39 +02:00
Heiko 4a1f1591a8 Bug fix 3.4/logger ejs templates (#9093)
* fixed logger view ejs templates

* splittet one template into two seperates

* changelog
2019-05-24 13:48:56 +02:00
KVS85 d9c0566a90 Mark all timecritical and nondeterministic as greylisted (#9048) 2019-05-24 11:52:28 +02:00
Jan e440a1c7d2
fix various small annoyances (#9078) 2019-05-23 17:37:34 +02:00
KVS85 e721dd805d Add ArangoSearch notice and minor fix to v3.4.6 (#9082) 2019-05-23 14:12:06 +02:00
Wilfried Goesgens 8e0ebb00c6 Bugfix/backport fs changes (#9024) 2019-05-23 12:46:47 +02:00
Kaveh Vahedipour abbba376ad [3.4] clean up container madness (#8791) 2019-05-23 12:43:39 +02:00
Michael Hackstein df0f3f022d
Added missing changelog entry (#9081) 2019-05-23 11:46:29 +02:00
jsteemann 0bed79cbb8 updated CHANGELOG 2019-05-23 10:10:18 +02:00
jsteemann 4826a55c15 updated CHANGELOG 2019-05-23 10:05:09 +02:00
Jan 6d0e2e58e7 fix VERSION file handling on upgrade (#9077) 2019-05-22 22:43:37 +03:00
Frank Celler caf28b753d fixed wrong CHANGELOG 2019-05-22 20:32:34 +02:00
jsteemann ce652cdab0 fix release date in CHANGELOG 2019-05-22 16:36:10 +02:00
jsteemann 764280df8c make test more robust 2019-05-21 18:34:00 +02:00