[Backport 2.x] fix cluster not able to spin up issue when disk usage exceeds threshold#16351
Closed
opensearch-trigger-bot[bot] wants to merge 1 commit into2.xfrom
Closed
[Backport 2.x] fix cluster not able to spin up issue when disk usage exceeds threshold#16351opensearch-trigger-bot[bot] wants to merge 1 commit into2.xfrom
opensearch-trigger-bot[bot] wants to merge 1 commit into2.xfrom
Conversation
…ld (#15258) * fix cluster not able to spin up issue when disk usage exceeds threshold Signed-off-by: zane-neo <zaniu@amazon.com> * Add comment to changes Signed-off-by: zane-neo <zaniu@amazon.com> * Add UT to ensure the keepAliveThread starts before node starts Signed-off-by: zane-neo <zaniu@amazon.com> * remove unused imports Signed-off-by: zane-neo <zaniu@amazon.com> * Fix forbidden API calls check failed issue Signed-off-by: zane-neo <zaniu@amazon.com> * format code Signed-off-by: zane-neo <zaniu@amazon.com> * format code Signed-off-by: zane-neo <zaniu@amazon.com> * change setInstance method to static Signed-off-by: zane-neo <zaniu@amazon.com> * Add countdownlatch in test to coordinate the thread to avoid concureency issue caused test failure Signed-off-by: zane-neo <zaniu@amazon.com> --------- Signed-off-by: zane-neo <zaniu@amazon.com> (cherry picked from commit 62081f2) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
dblock
approved these changes
Oct 16, 2024
Contributor
|
❕ Gradle check result for c57388d: 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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #16351 +/- ##
============================================
- Coverage 71.81% 71.72% -0.09%
+ Complexity 65072 65062 -10
============================================
Files 5305 5304 -1
Lines 304056 304058 +2
Branches 44219 44219
============================================
- Hits 218356 218087 -269
- Misses 67500 67788 +288
+ Partials 18200 18183 -17 ☔ View full report in Codecov by Sentry. |
andrross
requested changes
Oct 16, 2024
Member
andrross
left a comment
There was a problem hiding this comment.
I'd like to get resolution on this conversation in the original PR before merging the backport: #15258 (comment)
Member
|
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport 62081f2 from #15258.