-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Backport 2.x] Skip unnecessary string format in ThrottlingAllocationDecider when not in debug mode #13762
Conversation
…t in debug mode (#13750) * Skip unnecessary String format in throttling allocation decider when not in debug mode Signed-off-by: Rishab Nahata <[email protected]> (cherry picked from commit 04e28fa) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Gradle check result for de6b5a2: 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? |
org.opensearch.action.admin.indices.create.RemoteCloneIndexIT.testCreateCloneIndexFailure |
❌ Gradle check result for de6b5a2: 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? |
org.opensearch.indices.IndicesRequestCacheIT.testDeleteAndCreateSameIndexShardOnSameNode {p0={"opensearch.experimental.feature.pluggable.caching.enabled":"true"}} |
❌ Gradle check result for de6b5a2: 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? |
org.opensearch.remotemigration.RemoteReplicaRecoveryIT.testReplicaRecovery |
❕ Gradle check result for de6b5a2: 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…t in debug mode (opensearch-project#13750) (opensearch-project#13762) * Skip unnecessary String format in throttling allocation decider when not in debug mode Signed-off-by: Rishab Nahata <[email protected]> Signed-off-by: kkewwei <[email protected]>
Backport 04e28fa from #13750.