-
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] Optimising hashmap.get call inside AwarenessAllocationDecider #14919
Conversation
Signed-off-by: RS146BIJAY <rishavsagar4b1@gmail.com> (cherry picked from commit e46d1d8) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Gradle check result for b53e0c7: 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 b53e0c7: ABORTED 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 b53e0c7: 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? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #14919 +/- ##
============================================
+ Coverage 71.52% 71.58% +0.06%
- Complexity 62546 62682 +136
============================================
Files 5110 5118 +8
Lines 293684 293963 +279
Branches 42800 42836 +36
============================================
+ Hits 210063 210446 +383
+ Misses 65978 65915 -63
+ Partials 17643 17602 -41 ☔ View full report in Codecov by Sentry. |
…-project#14761) (opensearch-project#14919) (cherry picked from commit e46d1d8) Signed-off-by: RS146BIJAY <rishavsagar4b1@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: kkewwei <kkewwei@163.com>
Backport e46d1d8 from #14761.