opensearch-project / opensearch-java

Java Client for OpenSearch
Apache License 2.0
124 stars 183 forks source link

[BUG] org.opensearch.client.util.MissingRequiredPropertyException: Missing required property 'ShardFailure.shard' #551

Open neil-tray opened 1 year ago

neil-tray commented 1 year ago

I don't know whether the client is wrong here - should the property be required? Or perhaps the server is at fault - perhaps it's not returning the property as it should?

wbeckler commented 1 year ago

Would you be willing to paste a redacted version of the server response that causes the error?