| Stack trace:
This is the elasticsearch request:
request = {ElasticsearchRequest@10273}
method = "POST"
path = "/person/org.infinispan.query.test.Person/_delete_by_query/"
parameters = {Collections$EmptyMap@10283} size = 0
bodyParts = {Collections$UnmodifiableRandomAccessList@10285} size = 1
0 = {JsonObject@10287} "{"query":{"match_all":{}}}"
And this is what elasticsearch responded:
Not sure why ES is answering with a version conflict when I send a clear command. In any case, this kind of response is causing the NPE in the line
ignoredErrorTypes.contains( ROOT_ERROR_TYPE.get( parsedResponseBody ).getAsString() )
|