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

[8.0] Simplify LocalExporter cleaner function to fix failing tests (#83812) #83992

Merged
merged 1 commit into from
Feb 16, 2022

Conversation

jbaiera
Copy link
Member

@jbaiera jbaiera commented Feb 15, 2022

Backports the following commits to 8.0:

…#83812)

LocalExporter must be initialized fully before it can be used in the CleanerService to clean up 
indices. Nothing about its local state is needed for cleaning indices, and I don't think anything 
about its initialization of monitoring resources is needed in order to delete old indices either. 
Waiting for initialization can be time consuming, and thus causes some test failures in the 
cleaner service. By slimming down the required state of the cleaner listener this should clear 
up some of the test failures surrounding it.
@jbaiera jbaiera merged commit 085551d into elastic:8.0 Feb 16, 2022
@jbaiera jbaiera deleted the backport/8.0/pr-83812 branch February 16, 2022 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants