1
0
Fork 0
Commit Graph

43982 Commits

Author SHA1 Message Date
Simon 49da84e941 improve assertions (#7829) 2019-01-09 10:29:36 +01:00
Jan Christoph Uhde 95d9d827c1 fix #7900 - null bind values do not change to empty string anymore (#7915) 2019-01-09 10:04:12 +01:00
Matthew Von-Maszewski 474f0cde31 Bug fix 3.4/scheduler empty reformat (#7872)
* added check for empty scheduler

* removed log, old is 1 not 0

* require running in this thread

* test

* added isDirect to callback

* signature fixed

* added drain

* added allowDirectHandling

* disabled for testing

* Add ExecContextScope object to direct call.

* try alternate initialization of ExecContextScope

* remove ExecContextScope, no help.  try _fifoSize as part of direct decision.

* strand management to minimize reuse of same strand per listen socket

* blind attempt to address Jenkins shutdown lock up.  may remove quickly.

* add filename and line to existing error log message

* Adjust queueOperation() to stop accepting items once isStopping() becomes true.

* revert previous check-in to MMFilesCollectorThread.cpp

* big reformat

* fixed merge conflicts

* Add CHANGELOG entry.
2019-01-08 20:39:42 +01:00
Simran 9c7cef5a44 Doc - Update remark about per-database replication (3.4) (#7912) 2019-01-08 19:36:58 +01:00
sleto-it f6afae729c
Doc - Known Issues - new links (#7907) 2019-01-08 19:13:09 +01:00
Kaveh Vahedipour 536f5f22a7 [3.4] fix create collection timeouts test agent (#7831)
* should not neglect the initial async request for read lock acquisition

* fixed nullptr

* correct timeout

* corrected error  handling in getReadLock

* reverted "test fix"

* should remove async request from ClusterCom
2019-01-08 17:02:24 +01:00
Lars Maier bc9f9ed14d Bug fix 3.4/jwt base64url encoded (#7904)
* Use base64url encoding and decoding for jwt header and body as specified in the rfc.

* Added changelog.
2019-01-08 16:55:17 +01:00
Jan 9c099ba5da
multiplex REPLICATION-APPLIER-STATE files for RocksDB engine (#7897) 2019-01-08 14:26:09 +01:00
jsteemann 73c215d7d3 updated CHANGELOG 2019-01-04 22:14:42 +01:00
jsteemann 7856cf53f4 updated CHANGELOG 2019-01-04 22:05:36 +01:00
sleto-it 206b2f091a 3.4.2 changelog - missing entries (#7887) 2019-01-04 22:04:18 +01:00
sleto-it ef12e4cd15
Doc - check_document + arangorestore improvements (#7884) 2019-01-04 21:06:43 +01:00
Jan 4df4b418f3
Bug fix 3.4/simran (#7883) 2019-01-04 17:08:37 +01:00
Jan adf76491b0
added AQL function CHECK_DOCUMENT (#7841) 2019-01-04 15:33:20 +01:00
Jan a4a7867451
Bug fix 3.4/arangorestore add cleanup duplicate attributes (#7876) 2019-01-04 15:26:11 +01:00
Jan 1ad9ae3115 added arangorestore options `--number-of-shards` and `--replication-f… (#7868)
* added arangorestore options `--number-of-shards` and `--replication-factor`

* updated documentation

* added version numbers
2019-01-03 11:07:32 +01:00
Lars Maier e1dcad0153 Feature 3.4/jwt keyfile (#7864)
* Added jwt-keyfile option and warning for old option.
* CHANGELOG
* Add trimming to --auth.jwt-secret-keyfile
* Adjust some comments.
2019-01-02 21:45:18 +01:00
Jan a14f6dd573
prevent duplicate attributes being generated by AQL queries (#7836) 2019-01-02 12:37:47 +01:00
Jan 762c0fd7c6
fixed issue #7834 (#7845) 2019-01-02 11:09:06 +01:00
sleto-it fd9a67e3cc
Documents that arangorestore/arangodump threads option is from v3.4.0 on (#7862) 2018-12-30 11:32:01 +01:00
sleto-it 6eff18351f
Doc - Backports to 3.4 - 2018-12-27 (#7859) 2018-12-27 16:13:55 +01:00
sleto-it f1631490a1
Doc - Improve MacOS Installation page (#7850) 2018-12-27 11:01:02 +01:00
KVS85 2b56eabcba Add http_server test for creating view with links (#7853) 2018-12-26 19:30:27 +03:00
Frank Celler 9477af198b big reformat 2018-12-26 00:57:05 +01:00
Frank Celler 8b294742b1 added new clang style and reformat script for clang-format 6.0 2018-12-26 00:55:17 +01:00
Dan Larkin-York 05d158a689 Fix issue with geo iterator reset. (#7838) 2018-12-23 00:41:37 +01:00
KVS85 4ec76574dd Remove procdump usage while taring archives (3.4) (#7816)
* Remove procdump usage while taring archives

* Add 3.2 upgrade-data tests to oskar blacklist for 3.4

* Fix typo

* Add 3.4 upgrade-data tests to oskar blacklist for 3.4
2018-12-21 11:40:04 +01:00
Jan 7c42430f95
suppress a warning message about non-optimal MMFiles collection data structures while doing WAL recovery, not just while upgrading. (#7812) 2018-12-20 16:52:02 +01:00
Tobias Gödderz b8c2d0d01a [3.4] Fix heartbeat thread hanging during shutdown (#7678)
* Abort registering agency callbacks when stopping

* Reduce diff

* Reduce diff

* Added two nullptr checks
2018-12-20 16:40:58 +01:00
Simon 1498c08084 fix restrictCollections parameter on database level replication (#7808) 2018-12-19 18:00:10 +01:00
jsteemann 1116097817 release version 3.4.1 2018-12-19 17:09:16 +01:00
jsteemann dbf17b27b1 updated CHANGELOG 2018-12-19 15:46:38 +01:00
Jan b5e844fe33
fixed issue #7749 (#7797) 2018-12-19 14:17:54 +01:00
Jan 0574393d52
fixed issue #7757 (#7806) 2018-12-19 14:06:11 +01:00
Simran c11eb33575 Doc - Fresh Swagger including all-keys deprecation edits (#7761) 2018-12-19 13:05:03 +01:00
Jan f1b0a803eb
do not use an internal error for JSON parse errors (#7800) 2018-12-19 12:54:20 +01:00
Jan f39c58e06c
fixed issue #7763 (#7796) 2018-12-19 09:56:05 +01:00
Andrey Abramov edb2ca4800
update ArangoSearch consolidation policy (#7801) (#7802) 2018-12-19 02:34:17 +03:00
Andrey Abramov 50bed56766
fix issue and add test (#7790) 2018-12-18 17:33:08 +03:00
Heiko e5477f21f4 fixed query result not being displayed if active view was running or … (#7587)
* fixed query result not being displayed if active view was running or slow query view

* changelog
2018-12-18 11:23:15 +01:00
Wilfried Goesgens 7fa0cdc41b Feature/drop before win7 support in compiler (#6681) (#7751) 2018-12-17 12:06:53 +01:00
Kaveh Vahedipour 9e83e1696d [3.4] allow for quicker start of actions when previusly completed (#7736)
* shard versioning
* one incompatible call fixed
2018-12-17 10:36:50 +01:00
Max Neunhöffer ff08b58335
Fix S2 for aarch64. (#7771) 2018-12-17 09:59:48 +01:00
Max Neunhöffer 1c4430afdf
Adjust two error codes (TRI_ERROR_SHUTTING_DOWN). (#7779) 2018-12-17 09:50:53 +01:00
Kaveh Vahedipour 92b7df5a1d [3.4] equalising devel and 34 (#7754)
* equalising devel and 3.4 in agency/cluster
* missing header
2018-12-17 09:06:35 +01:00
jsteemann e1d3df39fd wording 2018-12-17 09:01:44 +01:00
Andrey Abramov 398292069f
fix cmake parameters coincidence (#7773) 2018-12-15 01:56:40 +03:00
Michael Hackstein ddd5226d13
Feature3.4/improve edgeindex covered (#7750)
* Allow the RocksDB edge index to return the already covered opposite vertex.

* Updated tests
2018-12-12 22:03:47 +01:00
Michael Hackstein bc65e79b02
Bug fix 3.4/fix tombstones (#7758)
* fixes a rare situation where replication could require identical lock twice

* Updated changelog
2018-12-12 22:01:27 +01:00
jsteemann b2c9d80d29 add virtual dtor 2018-12-12 22:00:33 +01:00