You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
download and extract loki 2.3.0 on debian
download the latest loki-local-config.yaml from this repo
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
The text was updated successfully, but these errors were encountered:
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:
To Reproduce
Steps to reproduce the behavior:
./loki-linux-amd64 -config.file=loki-local-config.yaml
Expected behavior
loki starts.
Environment:
Screenshots, Promtail config, or terminal output
The text was updated successfully, but these errors were encountered: