Skip to content

[8.6] Fix ReopenWhileClosingIT Deadlocks (#92662)#92664

Merged
elasticsearchmachine merged 1 commit intoelastic:8.6from
original-brownbear:backport/8.6/pr-92662
Jan 4, 2023
Merged

[8.6] Fix ReopenWhileClosingIT Deadlocks (#92662)#92664
elasticsearchmachine merged 1 commit intoelastic:8.6from
original-brownbear:backport/8.6/pr-92662

Conversation

@original-brownbear
Copy link
Copy Markdown
Contributor

Backports the following commits to 8.6:

Instead of blocking either a transport or management thread here (the latter will lead to
a dead-lock if there's only a single management thread available, we should just queue
up those sends and run them async via listener).
This test is currently only working on `main` because of #90193, this makes it work
with a single management thread as well so it works on 7.x again.

closes #92629
@original-brownbear original-brownbear added :Distributed/Distributed A catch all label for anything in the Distributed Area. Please avoid if you can. >test Issues or PRs that are addressing/adding tests auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Distributed Meta label for distributed team. labels Jan 4, 2023
@elasticsearchmachine elasticsearchmachine merged commit 37a8147 into elastic:8.6 Jan 4, 2023
@original-brownbear original-brownbear deleted the backport/8.6/pr-92662 branch January 4, 2023 12:20
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 :Distributed/Distributed A catch all label for anything in the Distributed Area. Please avoid if you can. Team:Distributed Meta label for distributed team. >test Issues or PRs that are addressing/adding tests v8.6.1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants