You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: