-
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] [Refactor] Refactors remaining ImmutableOpenMap usage to j.u.Map (#7309) #8316
[Backport 2.x] [Refactor] Refactors remaining ImmutableOpenMap usage to j.u.Map (#7309) #8316
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
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. |
I was able to periodically repro the Yaml test failures. Looks like there's an occasional Will keep digging. |
…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
Gradle Check (Jenkins) Run Completed with:
|
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
|
Backport d984f50 from #7309.