Closed ghr111 closed 3 years ago
Pinging @elastic/es-distributed (Team:Distributed)
@ghr111 Can you please provide the relevant Elasticsearch logs so that we can see the whole stack trace?
@ghr111 would you be able to do one or more of following:
error_trace=true
as a query parameter to the delete request.We need more information to effectively work this issue.
No feedback since it was opened, I'm closing this issue. Please don't hesitate to reopen if needed
**Elasticsearch version 7.4.1
Plugins installed: [Cerebro]
**JVM version 1.8.0_91 (
java -version
):**OS version CentOs 3.10.0-327.28.3.el7.x86_64:
Description of the problem including expected versus actual behavior: when the index settings get "blocks": {"read_only_allow_delete": "true"},I can't delete the index anyway ,error info is { "error": { "root_cause": [ { "type": "remote_transport_exception", "reason": "[][indices:admin/delete]" } ], "type": "illegal_argument_exception", "reason": "Values less than -1 bytes are not supported: -2**b" }, "status": 400 }