-
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 remaining ImmutableOpen maps from shard stores response (#86427)
The IndicesShardStoresResponse had ImmutableOpenInt map removed, but its use accidentally remained in serialization. Thankfully the format for immutable open maps are interchangable with read java Map. This commit switches to using the new readImmutableMap to read the store statuses. relates #86239
- Loading branch information
Showing
1 changed file
with
5 additions
and
11 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