-
Notifications
You must be signed in to change notification settings - Fork 25.8k
INTERNAL_SERVER_ERROR when calling _stats #24872
Copy link
Copy link
Closed
Labels
Description
Elasticsearch version: 5.4.0 (on Elastic Cloud)
Steps to reproduce:
- Call
GET it_ops_logs/_stats - Output:
{
"_shards": {
"total": 2,
"successful": 0,
"failed": 2,
"failures": [
{
"shard": 0,
"index": "it_ops_logs",
"status": "INTERNAL_SERVER_ERROR",
"reason": {
"type": "failed_node_exception",
"reason": "Failed node [ee8ER9CZQZaSSKkdcLJkzQ]",
"caused_by": {
"type": "illegal_state_exception",
"reason": "Negative longs unsupported, use writeLong or writeZLong for negative numbers [-3]"
}
}
},
{
"shard": 0,
"index": "it_ops_logs",
"status": "INTERNAL_SERVER_ERROR",
"reason": {
"type": "failed_node_exception",
"reason": "Failed node [YAc58bLUTuiYAZy943nTAA]",
"caused_by": {
"type": "illegal_state_exception",
"reason": "Negative longs unsupported, use writeLong or writeZLong for negative numbers [-3]"
}
}
}
]
},
"_all": {
"primaries": {},
"total": {}
},
"indices": {}
}
Logs: Nothing unusual (no errors or such).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.