Skip to content

Commit

Permalink
Fixing _list/shards API for closed indices (opensearch-project#16606)
Browse files Browse the repository at this point in the history
* Fixing _list/shards API for closed indices

Signed-off-by: Harsh Garg <[email protected]>
Signed-off-by: Mingshi Liu <[email protected]>
  • Loading branch information
gargharsh3134 authored and mingshl committed Dec 16, 2024
1 parent 9853da9 commit 0d8cbc0
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bound the size of cache in deprecation logger ([16702](https://github.com/opensearch-project/OpenSearch/issues/16702))
- Ensure consistency of system flag on IndexMetadata after diff is applied ([#16644](https://github.com/opensearch-project/OpenSearch/pull/16644))
- Skip remote-repositories validations for node-joins when RepositoriesService is not in sync with cluster-state ([#16763](https://github.com/opensearch-project/OpenSearch/pull/16763))
- Fix _list/shards API failing when closed indices are present ([#16606](https://github.com/opensearch-project/OpenSearch/pull/16606))

### Security

Expand Down
Loading

0 comments on commit 0d8cbc0

Please sign in to comment.