8000 Fix an agency supervision bug. by neunhoef · Pull Request #11356 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Fix an agency supervision bug. #11356

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 5 commits into from
Apr 2, 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
Next Next commit
CHANGELOG.
  • Loading branch information
neunhoef committed Mar 31, 2020
commit 5fd8b9be0b926fb625d24209daa448cb7f329ebf
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
devel
-----

* Fix a bug in the agency supervision, which could declare an already FAILED
dbserver temporarily as GOOD again after an agency leader change.

* Upgraded bundled RocksDB library to version 6.8.0.

* Added AQL function `IN_RANGE`.
Expand Down
0