Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Negative longs unsupported error in data stream stats #117911

Open
dennis-trapp opened this issue Dec 3, 2024 · 1 comment
Open

Negative longs unsupported error in data stream stats #117911

dennis-trapp opened this issue Dec 3, 2024 · 1 comment
Labels
>bug :Data Management/Stats Statistics tracking and retrieval APIs Team:Data Management Meta label for data/management team

Comments

@dennis-trapp
Copy link

Elasticsearch Version

8.15.0

Installed Plugins

No response

Java Version

bundled

OS Version

Ubuntu 22.04.1

Problem Description

Getting "Negative longs unsupported" error when querying stats for multiple data streams.

There is no error when querying stats for exact data stream name.

Steps to Reproduce

GET _data_stream/logs-*-xxx/_stats

Logs (if relevant)

{
  "_shards": {
    "total": 64,
    "successful": 31,
    "failed": 33,
    "failures": [
      {
        "shard": 0,
        "index": ".ds-logs-xxx-2024.11.21-000014",
        "status": "INTERNAL_SERVER_ERROR",
        "reason": {
          "type": "failed_node_exception",
          "reason": "Failed node [9ONhA0lVRJes3mGA8mfUUw]",
          "node_id": "9ONhA0lVRJes3mGA8mfUUw",
          "caused_by": {
            "type": "illegal_state_exception",
            "reason": "Negative longs unsupported, use writeLong or writeZLong for negative numbers [-62135596800000]"
          }
        }
      },
@dennis-trapp dennis-trapp added >bug needs:triage Requires assignment of a team area label labels Dec 3, 2024
@dnhatn dnhatn added the :Data Management/Stats Statistics tracking and retrieval APIs label Dec 4, 2024
@elasticsearchmachine elasticsearchmachine added Team:Data Management Meta label for data/management team and removed needs:triage Requires assignment of a team area label labels Dec 4, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Data Management/Stats Statistics tracking and retrieval APIs Team:Data Management Meta label for data/management team
Projects
None yet
Development

No branches or pull requests

3 participants