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

unordered_writes in local-config causes error #4305

Closed
TomRitserveldt opened this issue Sep 10, 2021 · 1 comment
Closed

unordered_writes in local-config causes error #4305

TomRitserveldt opened this issue Sep 10, 2021 · 1 comment

Comments

@TomRitserveldt
Copy link

Describe the bug
this PR: #4149 introduced the unordered_writes: true setting in the limits_config.
however, running loki 2.3.0, this throws an error on startup:

failed parsing config: loki-local-config.yaml: yaml: unmarshal errors:
  line 50: field unordered_writes not found in type validation.plain

To Reproduce
Steps to reproduce the behavior:

  1. download and extract loki 2.3.0 on debian
  2. download the latest loki-local-config.yaml from this repo
  3. start loki with said config: ./loki-linux-amd64 -config.file=loki-local-config.yaml

Expected behavior
loki starts.

Environment:

  • Infrastructure: debian buster VM
  • Deployment tool: manual install.

Screenshots, Promtail config, or terminal output

# ./loki-linux-amd64 -config.file=loki-local-config.yaml
failed parsing config: loki-local-config.yaml: yaml: unmarshal errors:
  line 50: field unordered_writes not found in type validation.plain
@owen-d
Copy link
Member

owen-d commented Sep 10, 2021

Thanks for your interest @TomRitserveldt! Unfortunately, that configuration is not available in 2.3, but will be in 2.4 when it's released :)

@owen-d owen-d closed this as completed Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants