-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Auto Force Merge Manager #18229
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
Auto Force Merge Manager #18229
Conversation
de3ef6e to
8487eaa
Compare
|
Previous comments and their respective resolutions can be found here : #18046 |
|
❌ Gradle check result for 8487eaa: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 1786549: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 9896710: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 6ba49a3: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Harsh Kothari <[email protected]>
Signed-off-by: Harsh Kothari <[email protected]>
|
❌ Gradle check result for 13688c7: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Harsh Kothari <[email protected]>
|
❌ Gradle check result for 505d4ec: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 505d4ec: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Harsh Kothari <[email protected]>
|
❌ Gradle check result for f138c89: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Harsh Kothari <[email protected]>
|
❌ Gradle check result for fa6ad81: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Harsh Kothari <[email protected]>
|
❌ Gradle check result for 7b523a6: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❕ Gradle check result for 7b523a6: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Signed-off-by: Harsh Kothari <[email protected]>
Signed-off-by: Harsh Kothari <[email protected]>Signed-off-by: TJ Neuenfeldt <[email protected]>
Signed-off-by: Harsh Kothari <[email protected]>
Signed-off-by: Harsh Kothari <[email protected]>
Description
Added AutoForceMergeManager : Manages automatic force merge operations for indices in OpenSearch. This component monitors and triggers force merge on primary shards based on their translog age and system conditions. It ensures optimal segment counts while respecting node resources and health constraints. Force merge operations are executed with configurable delays to prevent system overload.
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.