-
Notifications
You must be signed in to change notification settings - Fork 853
[3.8] Lower priority of AQL lanes #14699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 tasks
15 tasks
mpoeter
approved these changes
Aug 26, 2021
maierlars
approved these changes
Aug 26, 2021
neunhoef
approved these changes
Aug 26, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
KVS85
added a commit
that referenced
this pull request
Sep 3, 2021
* [3.8] Lower priority of AQL lanes (#14699) * Lower priority of AQL lanes * Added CHANGELOG entry * Improved comments Co-authored-by: Vadim <vadim@arangodb.com> * added a test for statistics behavior (#14703) * properly rename test file (#14705) * Fix a rare shutdown race in RocksDBShaCalculatorThread * added assertion as suggested * Update CHANGELOG Co-authored-by: Tobias Gödderz <tobias@arangodb.com> Co-authored-by: Vadim <vadim@arangodb.com>
KVS85
added a commit
that referenced
this pull request
Sep 3, 2021
* [3.8] Lower priority of AQL lanes (#14699) * Lower priority of AQL lanes * Added CHANGELOG entry * Improved comments Co-authored-by: Vadim <vadim@arangodb.com> * added a test for statistics behavior (#14703) * properly rename test file (#14705) * fix + test * Update CHANGELOG * fix build * Update CHANGELOG Co-authored-by: Tobias Gödderz <tobias@arangodb.com> Co-authored-by: Vadim <vadim@arangodb.com> Co-authored-by: Jan <jsteemann@users.noreply.github.com>
KVS85
added a commit
that referenced
this pull request
Sep 3, 2021
…4722) (#14724) * [3.8] Lower priority of AQL lanes (#14699) * Lower priority of AQL lanes * Added CHANGELOG entry * Improved comments Co-authored-by: Vadim <vadim@arangodb.com> * added a test for statistics behavior (#14703) * properly rename test file (#14705) * Bug fix/search 238 late materialization with constrained heap (#14722) * add test for view case * find a better place for sort * fix formatting * add index case test * moar tests * temporary relaxed assertion * Update CHANGELOG Co-authored-by: Tobias Gödderz <tobias@arangodb.com> Co-authored-by: Vadim <vadim@arangodb.com> Co-authored-by: Jan <jsteemann@users.noreply.github.com>
KVS85
added a commit
that referenced
this pull request
Sep 7, 2021
* [3.8] Lower priority of AQL lanes (#14699) * Lower priority of AQL lanes * Added CHANGELOG entry * Improved comments Co-authored-by: Vadim <vadim@arangodb.com> * added a test for statistics behavior (#14703) * properly rename test file (#14705) * protoype for forceOneShardAttributeValue * only enable restrictedShards in case one shard rule got active * fixed getResponsibleShards usage * do not check single boolean twice :) * changelog * Update CHANGELOG * Update CHANGELOG Co-authored-by: Tobias Gödderz <tobias@arangodb.com> Co-authored-by: Vadim <vadim@arangodb.com> Co-authored-by: Heiko Kernbach <heiko@arangodb.com>
KVS85
added a commit
that referenced
this pull request
Sep 9, 2021
* [3.8] Lower priority of AQL lanes (#14699) * Lower priority of AQL lanes * Added CHANGELOG entry * Improved comments Co-authored-by: Vadim <vadim@arangodb.com> * added a test for statistics behavior (#14703) * properly rename test file (#14705) * workaround for assertion failure * added WAL printing helper function * update PR Co-authored-by: Tobias Gödderz <tobias@arangodb.com> Co-authored-by: Vadim <vadim@arangodb.com>
KVS85
added a commit
that referenced
this pull request
Sep 11, 2021
* [3.8] Lower priority of AQL lanes (#14699) * Lower priority of AQL lanes * Added CHANGELOG entry * Improved comments Co-authored-by: Vadim <vadim@arangodb.com> * added a test for statistics behavior (#14703) * properly rename test file (#14705) * fix hard time limits on move shard and cleanout server * cleaner * allow for long supervision job runtimes * revert unfug in change log * fix 412 response * fix 412 response * Result constructors * integration tests * integration tests * integration tests * integration tests cleanout server * cleanoutserver integration tests * fixing test * 3.8 cleanout server abort -> moveshard failed * same error over? * Update CHANGELOG Co-authored-by: Tobias Gödderz <tobias@arangodb.com> Co-authored-by: Vadim <vadim@arangodb.com> Co-authored-by: Jan <jsteemann@users.noreply.github.com>
KVS85
added a commit
that referenced
this pull request
Sep 14, 2021
) * [3.8] Lower priority of AQL lanes (#14699) * Lower priority of AQL lanes * Added CHANGELOG entry * Improved comments Co-authored-by: Vadim <vadim@arangodb.com> * added a test for statistics behavior (#14703) * properly rename test file (#14705) * Refactor rocks db transaction state and rocks db methods (#14543) * make iterator usage safer after intermediate commits Co-authored-by: mpoeter <manuel@arangodb.com> * Fix build * Fix handling of old subqueries * Attempt to fix chaos load tests. * Fix assertion * Revert last two commits. * Next attempt to fix chaos load tests. * Fix: truncate must not trigger intermediate commits in streaming trx. * Update chaos-load tests * fix method signature * fix test compilation * Update CHANGELOG * Revert unintended changes. * Update arangod/RocksDBEngine/RocksDBTransactionMethods.cpp Co-authored-by: Tobias Gödderz <tobias@arangodb.com> Co-authored-by: Vadim <vadim@arangodb.com> Co-authored-by: Jan <jsteemann@users.noreply.github.com>
joerg84
pushed a commit
that referenced
this pull request
Sep 20, 2021
* [3.8] Lower priority of AQL lanes (#14699) * Lower priority of AQL lanes * Added CHANGELOG entry * Improved comments Co-authored-by: Vadim <vadim@arangodb.com> * added a test for statistics behavior (#14703) * properly rename test file (#14705) * Remove sendRequestRetry in health check API to contact agents. Co-authored-by: Tobias Gödderz <tobias@arangodb.com> Co-authored-by: Vadim <vadim@arangodb.com> Co-authored-by: Jan <jsteemann@users.noreply.github.com>
KVS85
added a commit
that referenced
this pull request
Sep 22, 2021
* [3.8] Lower priority of AQL lanes (#14699) * Lower priority of AQL lanes * Added CHANGELOG entry * Improved comments Co-authored-by: Vadim <vadim@arangodb.com> * added a test for statistics behavior (#14703) * properly rename test file (#14705) * Backport fix to 3.8. * Strange merge artifact rectified. Co-authored-by: Tobias Gödderz <tobias@arangodb.com> Co-authored-by: Vadim <vadim@arangodb.com> Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport of #14695