-
Notifications
You must be signed in to change notification settings - Fork 25k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove use of ImmutableOpenIntMap in IndexRoutingTable (#86368)
The routing table builder uses an hppc based immutable map to keep track of shard id to shard table. However, when building the final routing table, it is just converted to an array. This commit switches to a HashMap. relates #86239
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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