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

[1.x] Speedup snapshot stale indices delete (#613) #616

Merged
merged 1 commit into from
Apr 28, 2021

Conversation

nknize
Copy link
Collaborator

@nknize nknize commented Apr 27, 2021

backport of #613

Instead of snapshot delete of stale indices being a single threaded operation this PR makes
it a multithreaded operation and delete multiple stale indices in parallel using SNAPSHOT
threadpool's workers.

Instead of snapshot delete of stale indices being a single threaded operation this commit makes 
it a multithreaded operation and delete multiple stale indices in parallel using SNAPSHOT 
threadpool's workers.

Signed-off-by: Piyush Daftary <[email protected]>
@nknize nknize added enhancement Enhancement or improvement to existing feature or request backport PRs or issues specific to backporting features or enhancments labels Apr 27, 2021
@odfe-release-bot
Copy link

✅   Gradle Wrapper Validation success 7255cbc

@odfe-release-bot
Copy link

✅   DCO Check Passed 7255cbc

@odfe-release-bot
Copy link

✅   Gradle Precommit success 7255cbc

@nknize nknize merged commit 3bbb87c into opensearch-project:1.x Apr 28, 2021
ritty27 pushed a commit to ritty27/OpenSearch that referenced this pull request May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport PRs or issues specific to backporting features or enhancments enhancement Enhancement or improvement to existing feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants