Wilfried Goesgens
6fd3dd024c
windows warning as errors, masquerade remaining unfixeable errors ( #9249 )
2019-06-17 16:21:29 +02:00
Lars Maier
50ce41e062
Release _to server when abort because of dropped collection or `something serious went wrong`. ( #9267 )
2019-06-17 15:04:44 +02:00
Wilfried Goesgens
a866f8c6fd
update gtest, use json output for reporting ( #9193 )
2019-06-17 13:46:40 +02:00
KVS85
c2bdf80532
Greylist resilience-synchronous-repl-with-arangosearch-view-cluster.js
2019-06-14 15:08:12 +02:00
Matthew Von-Maszewski
80157a1267
update syncRequest() so that it aborts pending messages on shutdown. ( #9260 )
2019-06-13 21:47:45 +02:00
Markus Pfeiffer
422fd6057e
Fix shebangs in scripts so that they work on non-linuxey systems ( #9254 )
2019-06-13 19:42:43 +02:00
Jan Christoph Uhde
307880ffad
Allow statistics for internal contexts. ( #9262 )
2019-06-13 19:27:29 +02:00
Michael Hackstein
2c78e2471b
Bug fix/collection babies race timeout ( #9185 )
...
* Fixed include guard.
* Forward port of 3.4 bug-fix
* Removed lockers alltogether we are secured mutex already
* Fixed recursive lock gathering
2019-06-13 19:11:24 +02:00
Simon
cc125b377c
Use GetForUpdate on unique indexes ( #9234 )
...
* Use GetForUpdate on unique indexes
* add changelog
* fix loop
* use c++11 loops
* move some code
* fix error code check
2019-06-13 16:32:24 +02:00
Frank Celler
a209ff76a8
lsan suppressions
2019-06-13 15:50:56 +02:00
Dan Larkin-York
1b5475a0c2
Revert change to shared_ptr in ClusterInfo. ( #9256 )
2019-06-12 16:19:18 +02:00
Heiko
7432c5f152
this out of scope inside the callback function ( #9169 )
...
* this out of scope inside the callback function
* changelog
2019-06-12 16:03:41 +02:00
Markus Pfeiffer
a793f72448
Move roundCost function to utilities ( #9247 )
2019-06-12 16:02:09 +02:00
Andrey Abramov
1982a55f54
backport bug-fix ( #9255 )
2019-06-12 16:20:35 +03:00
Heiko
677ffdc692
Bug fix/gravatar ui fix ( #9211 )
...
* fixed editing of users in the web ui when gravatar was enabled
* changelog
* Update userManagementView.js
rm console log
2019-06-12 15:20:15 +02:00
Heiko
56c969316f
Bug fix/gharial edge from and tos verification ( #9177 )
...
* prepared new functions for more precise edge verification
* added tests
* more testing
* validate function added to replace edge functionality
* changelog
* applied requested mchackis refactor wishes
* adjustments for update and replace edge validation
* ruby testing adjustments due more prices update and replace edge verification mechanisms
* used wrong flag for the replacement of an edge process
* adjusted last failing tests
* rm print
* added edge to edge tests
2019-06-12 15:12:50 +02:00
Alan Plum
a6b49e3a7e
Bug fix/buffer redux ( #9229 )
...
* Add failing tests
* Add tests for Buffer#slice
* Add tests for Buffer#new
* Skip failing tests
* Implement changes
* Unskip failing tests
This reverts commit 9f8a34bd74e152b7b3158fea79b12e6da8343001.
* Fix implementation
* Remove meaningless test
This test only succeeded because of a broken implementation of the Buffer constructor. It doesn't really do anything useful.
* Add note to CHANGELOG
2019-06-12 15:00:43 +02:00
Matthew Von-Maszewski
7119ccfdf1
copy logic of 3.4 scheduler that leaves threads available for FAST lane work ( #9235 )
2019-06-11 11:06:42 -04:00
Andrey Abramov
384c4310b1
Bug fix/internal issue #589 ( #9244 )
...
* update iresearch from upstream
* adjust tfidf/bm25 to original behaviour
* update iresearch from upstream
* fix compilation issues
* reduce number of virtual calls
* upgrade iresearch from upstream
* add js test
2019-06-11 17:42:30 +03:00
Frank Celler
f3c9c2babb
upgrade Starter 0.14.5
2019-06-10 10:44:05 +02:00
Dan Larkin-York
938e5fd36c
Add drop-check for index creation in cluster ( #9219 )
...
* Add drop-check for index creation in cluster.
* Move check from callback to regular read.
* Add changelog entry.
* Incorporate review suggestion
Co-Authored-By: Simon <simon@graetzer.org>
* Convert to VPackArrayIterator.
2019-06-10 10:11:17 +02:00
Frank Celler
2d732be590
wait until task is shut down ( #9239 )
2019-06-10 10:07:31 +02:00
Jan
59d84e8301
attempt to remove expired WAL files on agents ( #9231 )
2019-06-09 19:46:45 +02:00
Tobias Gödderz
09e8aa8911
Fix two int size mismatches ( #9226 )
2019-06-09 07:35:03 +02:00
Jan
63eadb1d79
fix issues ( #9236 )
2019-06-08 19:40:42 +02:00
Jan
98e9197a3f
properly downgrade enterprise features when restoring them into a com… ( #9161 )
2019-06-07 15:45:14 +02:00
Jan
091abbec77
don't make RocksDB startup fail with 0-byte log files ( #9208 )
2019-06-07 15:13:56 +02:00
Jan
d1a6d23c36
normalize AQL filter conditions, so that attribute accesses are normally placed on the left hand side of the condition ( #9217 )
2019-06-07 13:36:22 +02:00
Jan Christoph Uhde
3f603f024f
remove some containers from common.h ( #9223 )
...
* remove some containers from Common.h
* enterprise fixes
2019-06-07 13:27:24 +02:00
Tobias Gödderz
b632d58c80
Fix shutdown deadlock regarding comm tasks ( #9204 )
...
* Wait for _commTasks in unprepare, that is after Cluster::stop
* Chose better method names
* Revert "Chose better method names"
This reverts commit 91e821348740c655f47207af7e570075f2241895.
* Revert "Wait for _commTasks in unprepare, that is after Cluster::stop"
This reverts commit 6551ae90d74fc046369fdb97cc5872706ce1a184.
* Next try, stop ClusterComm threads earlier
2019-06-07 13:23:33 +02:00
Frank Celler
6b16d1c0a5
Revert "Fix Buffer methods ( #9070 )"
...
This reverts commit 6c96e5dd24
.
2019-06-07 10:18:58 +02:00
Jan
eb22eac2d1
display reason for error in background listener, plus ignore shutdown ( #9206 )
2019-06-07 10:11:12 +02:00
Jan
6a07476c41
don't include the Logger in header files if it's not necessary ( #9216 )
2019-06-07 10:08:03 +02:00
Jan
2addc34f73
fix error messages @matthewvon ( #9213 )
2019-06-07 10:06:39 +02:00
Wilfried Goesgens
863257f1d5
fix windows warnings / compile errors ( #9215 )
2019-06-06 18:08:44 +02:00
Kaveh Vahedipour
8a511934df
[devel] fix ttl handling for object assigments ( #9207 )
...
* fix ttl handling for object assigments
* completed test handling
* CHANGELOG.
2019-06-06 15:48:40 +02:00
Tobias Gödderz
429b3dcf3d
Allow generic graph tests to work without enterprise checkout ( #9202 )
2019-06-06 15:15:53 +02:00
Jan
074397d367
allow "stream" attribute on top level ( #9195 )
2019-06-05 15:48:58 +02:00
Jan Christoph Uhde
12ec86c2b1
add shardKeyAttribute to pregel start parameters ( #9149 )
2019-06-05 14:25:47 +02:00
Dronplane
0e5185fd6b
Fixed REST API examples for new analyzer naming ( #9200 )
2019-06-05 14:54:11 +03:00
Michael Hackstein
8a4d0bc068
Performance improvement on Sort ( #9198 )
...
* Modified AqlItemMatrix to use two uint32 values to identify for in Block instead of one uint64 value encoding the two and calculation. Also now throw an error as soon as we exceed the limit there
* Removed new error code, thanks jsteemann for pointing out.
2019-06-05 12:45:17 +02:00
Lars Maier
d07ee8f7cf
Added --server.jwt-secret-keyfile to arangosh. ( #9184 )
2019-06-05 11:43:43 +02:00
jsteemann
c87e15a048
attempt to fix a test assertion failure
2019-06-05 11:42:46 +02:00
jsteemann
5a3967dc49
allow compilation with g++9
2019-06-05 10:57:12 +02:00
jsteemann
0359a0acda
fixed jslint warning
2019-06-05 10:56:53 +02:00
Jan Christoph Uhde
7ac857784f
add endpoint check to reconnect ( #9196 )
2019-06-05 10:53:57 +02:00
Jan
e0c94e64d7
fix path length checks when copying js files ( #9191 )
2019-06-05 10:39:52 +02:00
Wilfried Goesgens
1d2071420b
output setup failures to testfailures.txt ( #9188 )
2019-06-05 09:55:54 +02:00
Dronplane
8ea080355a
Fixed race conditions in file_utils::mkdir ( #9192 )
2019-06-04 18:56:22 +03:00
Andrey Abramov
0fb8b348db
bug-fix/internal-issue-#574 ( #8991 )
...
* restrict number of buckets to compare
* do not use more sort buckets than requested
* cleanup
2019-06-04 18:55:25 +03:00