Skip to content

Commit

Permalink
Fix NPE in EmptyTopDocsCollectorContext::createManager (opensearch-pr…
Browse files Browse the repository at this point in the history
…oject#10082)

Signed-off-by: Jay Deng <jayd0104@gmail.com>
  • Loading branch information
jed326 authored and sarthakaggarwal97 committed Sep 24, 2023
1 parent 1709ffb commit 13c3226
Show file tree
Hide file tree
Showing 4 changed files with 614 additions and 535 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Fixed
- Fix ignore_missing parameter has no effect when using template snippet in rename ingest processor ([#9725](https://github.com/opensearch-project/OpenSearch/pull/9725))
- Fix broken backward compatibility from 2.7 for IndexSorted field indices ([#10045](https://github.com/opensearch-project/OpenSearch/pull/9725))
- Fix broken backward compatibility from 2.7 for IndexSorted field indices ([#10045](https://github.com/opensearch-project/OpenSearch/pull/10045))
- Fix concurrent search NPE when track_total_hits, terminate_after and size=0 are used ([#10082](https://github.com/opensearch-project/OpenSearch/pull/10082))

### Security

Expand Down

0 comments on commit 13c3226

Please sign in to comment.