Skip to content

Commit 2b402ec

Browse files
Fixing _list/shards API for closed indices (opensearch-project#16606)
* Fixing _list/shards API for closed indices Signed-off-by: Harsh Garg <gkharsh@amazon.com>
1 parent 5aa6509 commit 2b402ec

File tree

3 files changed

+364
-7
lines changed

3 files changed

+364
-7
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6666
- Bound the size of cache in deprecation logger ([16702](https://github.com/opensearch-project/OpenSearch/issues/16702))
6767
- Ensure consistency of system flag on IndexMetadata after diff is applied ([#16644](https://github.com/opensearch-project/OpenSearch/pull/16644))
6868
- 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))
69+
- Fix _list/shards API failing when closed indices are present ([#16606](https://github.com/opensearch-project/OpenSearch/pull/16606))
6970

7071
### Security
7172

0 commit comments

Comments
 (0)