Skip to content

[8.4] Fix deadlock bug exposed by a test (#89934) #89942

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 1 commit into from
Sep 8, 2022

Conversation

grcevski
Copy link
Contributor

@grcevski grcevski commented Sep 8, 2022

Backports the following commits to 8.4:

A new test exposed a very rare bug where the
file settings service was in the middle of processing
the file when the node closed. This terminated the
cluster state update task, but nobody unlocked the
latch await. The fix allows the stop operation to
properly terminate the watcher thread.
@grcevski grcevski added :Core/Infra/Core Core issues without another label >bug auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Core/Infra Meta label for core/infra team labels Sep 8, 2022
@grcevski
Copy link
Contributor Author

grcevski commented Sep 8, 2022

@elasticsearchmachine run elasticsearch-ci/part-1

@elasticsearchmachine elasticsearchmachine merged commit ffc9ff1 into elastic:8.4 Sep 8, 2022
@grcevski grcevski deleted the backport/8.4/pr-89934 branch September 8, 2022 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >bug :Core/Infra/Core Core issues without another label Team:Core/Infra Meta label for core/infra team v8.4.2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants