Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

ingester.max-global-series-per-user: 2000000 is not parsable in ingester values #8045

Closed
kunalmehta-eve opened this issue May 3, 2024 · 3 comments
Labels

Comments

@kunalmehta-eve
Copy link

kunalmehta-eve commented May 3, 2024

@pracucci @pstibrany

To set max-global-series-per-user this is configuration we are using in helm chart 4.4.1

ingester:
  replicas: 3
  zoneAwareReplication:
    enabled: false
  resources:
    requests:
      cpu: "0.5"
      memory: 6Gi
    limits:
      cpu: "1"
      memory: 6Gi
  persistentVolume:
    size: 16Gi
  extraArgs:
    # Note that when increasing this to 1000000, the ingester couldn't start because of:
    # invalid value "1e+06" for flag -ingester.max-global-series-per-user: parse error
    "ingester.max-global-series-per-user": 990000

It is failing with this parsing error:

2024-05-03 15:00:54.068 invalid value "2e+06" for flag -ingester.max-global-series-per-user: parse error  
    2024-05-03 14:55:45.060

Expected behavior

Value should be allowed in variabe

Environment

  • Infrastructure: [ Kubernetes]
  • Deployment tool: [helm]

Additional Context

@dimitarvdimitrov
Copy link
Contributor

Can you share the rendered manifests? The rendered manifest that I get on 4.4.1 is this

...
            - "-ingester.max-global-series-per-user=990000"
...

@kunalmehta-eve
Copy link
Author

@dimitarvdimitrov I am not able to render the template with the following message

invalid value "2e+06" for flag -ingester.max-global-series-per-user: parse error

@dimitarvdimitrov
Copy link
Contributor

can you share a reproducible command? I tried with this where /tmp/values.yaml contains the snippet from the original post, but everything seems to be working

helm template grafana/mimir-distributed --version 4.4.1 -f /tmp/values.yaml

@grafana grafana locked and limited conversation to collaborators May 14, 2024
@56quarters 56quarters converted this issue into discussion #8136 May 14, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Projects
None yet
Development

No branches or pull requests

2 participants