8000 Bug fix 3.6/issue 11275 by jsteemann · Pull Request #11298 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Bug fix 3.6/issue 11275 #11298

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 4 commits into from
Mar 19, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch '3.6' into bug-fix-3.6/issue-11275
  • Loading branch information
KVS85 authored Mar 19, 2020
commit 78763b5d0a027d82d551eda5d9b52dda0e443d85
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ v3.6.3 (XXXX-XX-XX)

* Fixed issue #11275: indexes backward compatibility broken in 3.5+.

* Fix an endless loop in FollowerInfo::persistInAgency which could trigger a
hanger if a collection was dropped at the wrong time.

* Allow to override the detected total amount of memory via an environment
variable ARANGODB_OVERRIDE_DETECTED_TOTAL_MEMORY.

* Fix cluster representation of the collection figures for RocksDB.

* Fix SORT RAND() LIMIT 1 optimization for RocksDB when only a projection of the
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0