Skip to content
New issue

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

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

Already on GitHub? # to your account

[loki-distributed] Should config ingester.lifecycler.ring.replication_factor be only 1? #3407

Open
kworkbee opened this issue Nov 7, 2024 · 0 comments

Comments

@kworkbee
Copy link

kworkbee commented Nov 7, 2024

Ref: https://github.com/grafana/helm-charts/blob/main/charts/loki-distributed/values.yaml#L123

ingester:
  lifecycler:
    ring:
      replication_factor: 1

The corresponding value ingester.lifecycler.ring.replication_factor is fixed. This property is shown to determine how many ingesters each log stream's data should be replicated to.

But I wonder if there's a reason why I fixed this to 1 on the loki-distributed chart. (In Official Documentation, it set to 3 in default) If not, I think this needs to be modified so that it can be adjusted through values.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant