Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] NodeInfo required fields can be null in some instances #475

Closed
dancristiancecoi opened this issue Aug 8, 2024 · 1 comment · Fixed by #483
Closed

[BUG] NodeInfo required fields can be null in some instances #475

dancristiancecoi opened this issue Aug 8, 2024 · 1 comment · Fixed by #483
Assignees
Labels
bug Something isn't working

Comments

@dancristiancecoi
Copy link

What is the bug?

As described in opensearch-project/opensearch-java#1129, some NodeInfo fields (Host, Ip, TransportAddress) that are listed as required can be null when connected to Amazon OpenSearch Service.

How can one reproduce the bug?

Perform a NodeInfoRequest (or equivalent) against an Amazon OpenSearch Service cluster. Those fields will be returned empty.

Proposed fix

NodeInfo.Host, NodeInfo.Ip, NodeInfo.TransportAddress should not be listed as required in the spec

Additional context:

Related Issue:

I can provide a PR if the above proposed fix is acceptable

@dancristiancecoi dancristiancecoi added bug Something isn't working untriaged labels Aug 8, 2024
@dblock
Copy link
Member

dblock commented Aug 8, 2024

I fixed this in #483. After that PR the spec runs clean against AOS 2.13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants