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
When using Cassandra as index and chunk storage, loki always use "QUORUM" consistency level even though in the configuration is specified to use "LOCAL_ONE". I haven't try to use any other consistency level to see whether it's just "LOCAL_ONE" or any other consistency level other than "QUORUM"
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
stalebot
added
the
stale
A stale issue or PR that will automatically be closed.
label
Jul 11, 2020
* Make spread flushes and no jitter the defaults for single process.
Signed-off-by: Tom Wilkie <[email protected]>
* Make bigchunk encoding the default.
Signed-off-by: Tom Wilkie <[email protected]>
* Add to changelog (and reorder a couple of entries.)
Signed-off-by: Tom Wilkie <[email protected]>
* Update CHANGELOG.md
Co-Authored-By: Bryan Boreham <[email protected]>
* Fixed tests
Signed-off-by: Marco Pracucci <[email protected]>
Co-authored-by: Marco Pracucci <[email protected]>
Co-authored-by: Bryan Boreham <[email protected]>
Describe the bug
When using Cassandra as index and chunk storage, loki always use "QUORUM" consistency level even though in the configuration is specified to use "LOCAL_ONE". I haven't try to use any other consistency level to see whether it's just "LOCAL_ONE" or any other consistency level other than "QUORUM"
this is the config snippet:
To Reproduce
Steps to reproduce the behavior:
helm install -f values.yaml loki loki/loki-stack
kubectl logs -f <loki-pod>
Expected behavior
Loki run and use cassandra as storage
Environment:
Screenshots, Promtail config, or terminal output
loki log:
The text was updated successfully, but these errors were encountered: