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

ingester.index-shards config #4111

Merged
merged 6 commits into from
Aug 9, 2021
Merged

Conversation

owen-d
Copy link
Member

@owen-d owen-d commented Aug 6, 2021

This PR introduces ingester.index-shards as a configuration parameter. This is necessary now that we have support for ingester query sharding and period configurations within the schema config may choose their own shard factors. Loki requires that these are compatible. More explicitly, the ingester.index-shards MUST be evenly divisible by ALL schema shard factors or sharded queries to the ingester will fail.

@owen-d owen-d requested review from KMiller-Grafana and a team as code owners August 6, 2021 18:18
@owen-d owen-d requested a review from cyriltovena August 6, 2021 18:18
@owen-d owen-d force-pushed the shard-mapping-contd branch from 2368e70 to 9e133cc Compare August 6, 2021 18:21
Copy link
Contributor

@KMiller-Grafana KMiller-Grafana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doc addition LGTM

Copy link
Contributor

@cyriltovena cyriltovena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cyriltovena cyriltovena merged commit 92a4e57 into grafana:main Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants