8000 Handle a few forgotten cases of already resigned leaders. by neunhoef · Pull Request #12443 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Handle a few forgotten cases of already resigned leaders. #12443

New issue 8000

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 3 commits into from
Aug 18, 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 Aug 17, 2020
commit 4453cb74ec117006ceeed6b96874d27a9f753e7c
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
devel
-----

* Fixed bad behaviour in agency supervision in some corner cases involving
already resigned leaders in Current.

* Fixed issue BTS-168: Fixed undefined behaviour that did trigger
segfaults on cluster startups. It is only witnessed for
MacOS based builds. The issue could be triggered by any network connection.
Expand Down
0