Skip to content
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

Fix Race in Closing IndicesService.CacheCleaner (#42016) #42052

Merged
merged 1 commit into from
May 10, 2019

Conversation

original-brownbear
Copy link
Member

  • When close becomes true while the management pool is shut down, we run
    into an unhandled EsRejectedExecutionException that fails tests
  • Found this while trying to reproduce IndexStatsIT#testFilterCacheStats fails #32506
    • Running the IndexStatsIT in a loop is a way of reproducing this

backport of #42016

* When close becomes true while the management pool is shut down, we run
into an unhandled `EsRejectedExecutionException` that fails tests
* Found this while trying to reproduce elastic#32506
   * Running the IndexStatsIT in a loop is a way of reproducing this
@original-brownbear original-brownbear added >non-issue :Distributed Indexing/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. backport labels May 10, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

@original-brownbear original-brownbear merged commit dc444ce into elastic:7.x May 10, 2019
@original-brownbear original-brownbear deleted the 42016-7.x branch May 10, 2019 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Distributed Indexing/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. >non-issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants