Skip to content

[Backport 2.x] [Refactor] Remaining HPPC to java.util collections (#8730)#8784

Merged
andrross merged 1 commit intoopensearch-project:2.xfrom
nknize:backport/backport-8730-to-2.x
Jul 19, 2023
Merged

[Backport 2.x] [Refactor] Remaining HPPC to java.util collections (#8730)#8784
andrross merged 1 commit intoopensearch-project:2.xfrom
nknize:backport/backport-8730-to-2.x

Conversation

@nknize
Copy link
Copy Markdown
Contributor

@nknize nknize commented Jul 19, 2023

Backport 164fbb1 from #8730.

…t#8730)

This commit refactors the remaining usages of hppc collections to java.util
collections and completely removes the obsolete hppc dependency.

Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
@nknize nknize added enhancement Enhancement or improvement to existing feature or request backport PRs or issues specific to backporting features or enhancments v2.10.0 labels Jul 19, 2023
@github-actions
Copy link
Copy Markdown
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov
Copy link
Copy Markdown

codecov bot commented Jul 19, 2023

Codecov Report

Merging #8784 (be40cf5) into 2.x (d83147f) will decrease coverage by 0.09%.
The diff coverage is 65.87%.

@@             Coverage Diff              @@
##                2.x    #8784      +/-   ##
============================================
- Coverage     70.80%   70.71%   -0.09%     
+ Complexity    57405    57376      -29     
============================================
  Files          4759     4758       -1     
  Lines        271578   271478     -100     
  Branches      40034    40018      -16     
============================================
- Hits         192283   191981     -302     
- Misses        62795    63061     +266     
+ Partials      16500    16436      -64     
Impacted Files Coverage Δ
...cluster/reroute/TransportClusterRerouteAction.java 46.05% <0.00%> (+1.31%) ⬆️
...ices/shards/TransportIndicesShardStoresAction.java 4.90% <0.00%> (ø)
...a/org/opensearch/cluster/routing/RoutingTable.java 94.37% <ø> (ø)
...on/lucene/search/function/RandomScoreFunction.java 68.96% <ø> (ø)
...java/org/opensearch/common/recycler/Recyclers.java 91.42% <ø> (ø)
...g/opensearch/common/util/AbstractPagedHashMap.java 71.05% <ø> (ø)
.../java/org/opensearch/common/util/BytesRefHash.java 87.87% <ø> (ø)
.../java/org/opensearch/common/util/LongLongHash.java 92.59% <ø> (ø)
...g/opensearch/common/util/ReorganizingLongHash.java 95.31% <ø> (ø)
.../src/main/java/org/opensearch/gateway/Gateway.java 8.33% <0.00%> (ø)
... and 46 more

... and 478 files with indirect coverage changes

@andrross andrross merged commit 4bee709 into opensearch-project:2.x Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport PRs or issues specific to backporting features or enhancments enhancement Enhancement or improvement to existing feature or request v2.10.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants