Skip to content

Commit

Permalink
Fix MissingRequiredPropertyException on node stats response (#745)
Browse files Browse the repository at this point in the history
* fix stats null issues

Signed-off-by: bfindlay <[email protected]>

* update changelog

Signed-off-by: bfindlay <[email protected]>

* updated changelog

Signed-off-by: bfindlay <[email protected]>

* use existing nodes itest

Signed-off-by: bfindlay <[email protected]>

* fix test typo

Signed-off-by: bfindlay <[email protected]>

* update itests

Signed-off-by: bfindlay <[email protected]>

* spotless apply

Signed-off-by: bfindlay <[email protected]>

---------

Signed-off-by: bfindlay <[email protected]>
(cherry picked from commit 261cab4)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 1, 2023
1 parent 8dc1e18 commit b2d0c19
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 70 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Fixed
- Fix partial success results for msearch_template ([#709](https://github.com/opensearch-project/opensearch-java/pull/709))
- Fix deserialization of node stats response ([#745](https://github.com/opensearch-project/opensearch-java/pull/745))

### Security

Expand Down
Loading

0 comments on commit b2d0c19

Please sign in to comment.