[Backport 2.x] Skip unnecessary string format in ThrottlingAllocationDecider when not in debug mode#13762
Conversation
|
❌ 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. |
…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 <rnnahata@amazon.com> Signed-off-by: kkewwei <kkewwei@163.com>
Backport 04e28fa from #13750.