Skip to content

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

Merged
elasticsearchmachine merged 1 commit intoelastic:8.4from
grcevski:backport/8.4/pr-89934
Sep 8, 2022
Merged

[8.4] Fix deadlock bug exposed by a test (#89934)#89942
elasticsearchmachine merged 1 commit intoelastic:8.4from
grcevski:backport/8.4/pr-89934

Conversation

@grcevski
Copy link
Copy Markdown
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
Copy Markdown
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