Jan
f3d24e0f67
remove now-obsolete warning ( #9803 )
2019-08-26 13:20:28 +02:00
Jan
f01385e969
Bug fix/multi bugs ( #9789 )
2019-08-26 13:11:59 +02:00
Dan Larkin-York
1cc31e1085
Minimize unnecessary dropping of followers due to poorly set synchronous replication timeouts ( #9798 )
2019-08-26 11:20:02 +02:00
Jan Christoph Uhde
292be42910
count intermediate commits ( #9753 )
2019-08-26 11:07:57 +02:00
Simon
9ef10919c2
Improve performance of non-intersection queries ( #9797 )
2019-08-26 10:58:42 +02:00
Dan Larkin-York
88c9074a39
Add user restrictions for streaming transactions. ( #9793 )
...
* Add user restrictions for streaming transactions.
* Remove overzealous check.
2019-08-23 15:31:50 +02:00
Kaveh Vahedipour
737dac3f3d
remove 404-ed callbacks from agency ( #9709 )
...
* remove 404-ed callbacks from agency
* revert callback documents to published api :)
* array needs be inside so that multiple unobserves to same key are possible
2019-08-23 10:13:17 +02:00
Jan
00bcc4954c
AQL date functions improvements ( #9714 )
2019-08-22 12:50:08 +02:00
Dronplane
9559c8a80e
Bug fix/internal issue #622 ( #9781 )
...
* Added analyzer cache invalidation for dropped database
* Fixed jslint reported errors
2019-08-21 23:34:24 +03:00
Jan
ba02dc4b4d
mark AQL functions FULLTEXT, NEAR, WITHIN, WITHIN_RECTANGLE as cacheable ( #9771 )
2019-08-21 18:10:55 +02:00
jsteemann
2c47fd9943
reduce wait timeout, use move
2019-08-21 17:32:30 +02:00
Wilfried Goesgens
828e41601e
Bug fix/implement windows maintenance tests ( #9763 )
2019-08-21 12:42:29 +02:00
Jan
1e9ad7fbb9
show query string length and cacheability in explain output ( #9767 )
2019-08-21 12:06:32 +02:00
Jan
df504bb67a
fix potential spurious wakeups in scheduler code ( #9770 )
2019-08-21 09:42:38 +02:00
Dronplane
49dfb0a96e
Bug fix/issue #9612 ( #9764 )
...
* Fixed ViewExecutionNode retrieval with deleted documents present in view
* Ported solution from 3.4 branch
* Changed index store in collection from vector to set. To make reversable indexes always last to execute
* Fixed re-enter hung
* Index storage fix
* Made index order deterministic
* Fix Mac build
* Added tests for index reversal
* Fixed Mac build
* Code cleanup
* Some cleanup
* Removed some redundand copy constructor calls
* Applied review comments
* Applied review comments
2019-08-20 19:34:23 +03:00
Jan
ec586667e4
downgrade WARN messages to INFO level ( #9761 )
2019-08-20 18:28:57 +02:00
Jan
6ffb6067fb
slightly reorder boolean members to reduce struct sizes ( #9762 )
2019-08-20 18:28:09 +02:00
Jan
fda4eea43f
make index selection more deterministic ( #9735 )
...
* make index selection more deterministic
* serialize indexes used by traversal with their estimates
* serialize selectivity estimates for shortest path nodes too
* fix assertion that doesn't hold true in unit tests
* fix test
2019-08-20 14:45:13 +02:00
sleto-it
db6d85da5a
Update PULL_REQUEST_TEMPLATE.md ( #9758 )
2019-08-20 12:00:10 +02:00
Lars Maier
75411971f5
[devel] Move Shard Bug 4567124 ( #9746 )
...
* Fixed abort in moveshard in the case new leader is not in Current.
* Fixed special case where to server is an old follower.
* Updated Changelog.
2019-08-20 11:37:56 +02:00
Jan
885504cd77
Bug fix/fix signed int overflow ( #9717 )
2019-08-20 10:48:46 +02:00
Jan
d68b4b4da0
Bug fix/fix invalid cast ( #9755 )
2019-08-20 10:32:08 +02:00
Simon
f88e5b56b0
Enforce stricter transaction limits ( #9740 )
2019-08-20 09:57:41 +02:00
Dan Larkin-York
f7d41ad8fb
Check scheduler queue return value ( #9754 )
2019-08-19 19:31:55 +02:00
Jan
6fb6fb9f2f
dont fill cache on truncate ( #9721 )
2019-08-19 17:53:10 +02:00
Wilfried Goesgens
61f6143f5d
fix pasting from the documentation ( #9742 )
...
* fix pasting from the documentation
* CHANGELOG
* Update CHANGELOG
2019-08-19 17:57:21 +03:00
Wilfried Goesgens
99af524dac
tell that procdump is gone - it seems this happenes in reality without coredumps being written ( #9748 )
2019-08-19 17:55:51 +03:00
Jan
346edaec3a
issue #9654 : make `--rocksdb.max-write-buffer-number` work ( #9750 )
...
* issue #9654 : make `--rocksdb.max-write-buffer-number` work
* fix the logic
2019-08-19 09:42:08 -04:00
Jan
a54e1fc427
Bug fix/add swagger apis for shards ( #9734 )
2019-08-19 12:44:20 +02:00
jsteemann
2735114c59
Revert "Check scheduler queue return value. ( #9701 )"
...
This reverts commit 41c1b571b9
.
2019-08-19 10:13:48 +02:00
Dan Larkin-York
41c1b571b9
Check scheduler queue return value. ( #9701 )
2019-08-19 10:01:08 +02:00
Lars Maier
2ec2e1c1bc
Background Get Ids ( #9474 )
...
* Obtain more ids via a background thread.
* Wait for thread to stop on shutdown.
* Added scope guard.
* Atomic weapons.
* Fix log level.
* One big lock!
* Added mutex for cleanup.
* Fixed unused variable.
2019-08-16 12:42:22 +02:00
Max Neunhöffer
dc095f70c7
Fix agency bugs. ( #9718 )
...
* More logging in agency client inquiry.
* Fix first bug, increase logging for second.
* Handle timeout better in agency tests.
* Fix wrong term bug.
* Fix transact similarly.
* CHANGELOG.
2019-08-16 11:16:28 +02:00
Jan
c9aa9e4b07
make forward/reverse iteration a template parameter ( #9726 )
2019-08-16 09:10:46 +02:00
Simran
8de7bc4744
Fix some CMake warnings related to set() + docstrings ( #9304 )
...
* Fix datatypes in set()
* Typos
* Update docs weblink
* Improve program friendly strings
* Fix more bad types and add mandatory docstrings
* Adjust tool friendly strings
2019-08-16 08:52:38 +02:00
Dronplane
2f6fb109f6
Bug fix/issue #9652 ( #9697 )
...
* Fixed analyzer properties equality check.
* Added re-normalization of stored analyzer properties
* Fixed analyzer name rules in rest and v8 handlers
* Fixed linux build
* Added tests for implicit system db name. Code cleanup.
* Analyzers access logic moved to separate function
2019-08-15 17:42:44 +03:00
Kaveh Vahedipour
e91cc66b9e
forward ported node corrections from 3.4 ( #9700 )
...
* forward ported node corrections from 3.4
* tests fixed
2019-08-15 15:48:49 +02:00
Jan
563deebbee
use _exit instead of exit to prevent memory leaks ( #9716 )
2019-08-15 13:42:59 +02:00
Jan
b6d1058eb0
fix a leak in hotbackup tests ( #9715 )
2019-08-15 12:24:20 +02:00
Simon
8af83d5bd4
Auxilliary changes from timeseries branch ( #9699 )
2019-08-15 10:12:58 +02:00
Simon
dde1a82fce
Network Code V2 ( #7962 )
2019-08-14 17:25:03 +02:00
Frank Celler
3725236047
ignore karney files
2019-08-14 16:33:34 +02:00
Wilfried Goesgens
9cc0c500e9
add to the health check to inspect cluster health that it has a GOOD for all our instances ( #9631 )
2019-08-14 10:25:02 +02:00
Simon
36ebf6f56f
Add area calculations ( #9693 )
2019-08-14 10:08:44 +02:00
Tobias Gödderz
1aa9da3f16
Feature/bump cmake version ( #9666 )
2019-08-14 09:43:01 +02:00
Andrey Abramov
facc9c6435
bug-fix/issue-#9660 ( #9704 )
...
* fix issue
* Update tests/js/common/aql/aql-view-arangosearch-cluster.inc
Co-Authored-By: Jan <jsteemann@users.noreply.github.com>
* Update tests/js/common/aql/aql-view-arangosearch-noncluster.js
Co-Authored-By: Jan <jsteemann@users.noreply.github.com>
* fix cluster tests
2019-08-13 22:48:55 +03:00
Matthew Von-Maszewski
77fb9df2c0
Bugfix: Correct rocksdb statistics to report column family sums. ( #9705 )
...
* Update rocksdb statistics to properly report sums from column families. Add throttle statistic.
* add cstddef include to allow clean compile with gcc 6.3.0 20170516
2019-08-13 14:35:09 -04:00
Tobias Gödderz
6b3e11dd40
Fixed error code to not re-use an old one ( #9686 )
2019-08-13 15:18:45 +02:00
Frank Celler
8f050fc5d4
fixed missing reference
2019-08-13 14:09:04 +02:00
Frank Celler
1f37630aef
fixed typo in test name
2019-08-13 12:16:00 +02:00