Skip to content

INTERNAL_SERVER_ERROR when calling _stats #24872

@cwurm

Description

@cwurm

Elasticsearch version: 5.4.0 (on Elastic Cloud)

Steps to reproduce:

  1. Call GET it_ops_logs/_stats
  2. 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).

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions