-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] Removing String format in RemoteStoreMigrationAllocationDecider #14874
Conversation
…timise performance(opensearch-project#14612) Signed-off-by: RS146BIJAY <[email protected]> (cherry picked from commit e82b432)
❌ Gradle check result for 35c5c60: 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? |
Any reason this is not ready for review @RS146BIJAY? |
❌ Gradle check result for 35c5c60: null 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 35c5c60: 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 35c5c60: 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 #14874 +/- ##
=========================================
Coverage 71.58% 71.58%
+ Complexity 62544 62494 -50
=========================================
Files 5108 5108
Lines 293645 293653 +8
Branches 42781 42781
=========================================
+ Hits 210205 210215 +10
- Misses 65741 65780 +39
+ Partials 17699 17658 -41 ☔ View full report in Codecov by Sentry. |
I was waiting for the build to pass. Published the PR. |
…timise performance(opensearch-project#14612) (opensearch-project#14874) Signed-off-by: RS146BIJAY <[email protected]> Signed-off-by: kkewwei <[email protected]>
Backport e82b432 from #14612.