[Backport 2.x] [Refactor] Refactors remaining ImmutableOpenMap usage to j.u.Map (#7309)#8316
Merged
nknize merged 1 commit intoopensearch-project:2.xfrom Jun 30, 2023
Conversation
reta
approved these changes
Jun 28, 2023
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Contributor
Author
|
Okay, this is beyond ridiculous. These same BWC and Segrep w/ remote store tests keep failing. We need to either mute or fix them as the time loss has far surpassed unreasonable. |
Contributor
Author
|
I was able to periodically repro the Yaml test failures. Looks like there's an occasional Will keep digging. |
6 tasks
…nsearch-project#7309) Refactors all remaining usage of HPPC backed ImmutableOpenMap to j.u.Map. This is the last usage of the class so ImmutableOpenMap is completely removed in favor of java maps. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> (cherry picked from commit d984f50)
7aeebbf to
0ad7ad3
Compare
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #8316 +/- ##
============================================
- Coverage 70.69% 70.68% -0.02%
- Complexity 56900 56901 +1
============================================
Files 4714 4713 -1
Lines 269657 269540 -117
Branches 39863 39856 -7
============================================
- Hits 190640 190511 -129
- Misses 62611 62684 +73
+ Partials 16406 16345 -61
|
This was referenced Jun 30, 2023
This was referenced Jul 11, 2023
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 d984f50 from #7309.