Skip to content

Conversation

@original-brownbear
Copy link
Contributor

RepositoriesService#doClose was never called which lead to
mock repositories not unblocking until the ThreadPool interrupts
all threads. Thus stopping a node that is blocked on a mock repository operation wastes 10s
in each test that does it (which is quite a few as it turns out).

backport of #62711

`RepositoriesService#doClose` was never called which lead to
mock repositories not unblocking until the `ThreadPool` interrupts
all threads. Thus stopping a node that is blocked on a mock repository operation wastes `10s`
in each test that does it (which is quite a few as it turns out).
@original-brownbear original-brownbear added :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs backport labels Sep 22, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore)

@elasticmachine elasticmachine added the Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. label Sep 22, 2020
@original-brownbear original-brownbear merged commit aa0dc56 into elastic:7.x Sep 22, 2020
@original-brownbear original-brownbear deleted the 62711-7.x branch September 22, 2020 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants