grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
23.86k stars 3.44k forks source link

Querier warning "the async buffer is full: could not store chunks in chunk cache" while not using memcache #10279

Open KevinDW-Fluxys opened 1 year ago

KevinDW-Fluxys commented 1 year ago

Describe the bug We are getting regular warnings 2023-08-17T06:03:53.419113901Z stderr F ts=2023-08-17T06:03:53.341803178Z caller=spanlogger.go:85 user=logs-infra-man-dev method=ChunkStore.FetchChunks level=warn msg="could not store chunks in chunk cache" err="the async buffer is full"

However we are not using caching (see config below)

To Reproduce Steps to reproduce the behavior:

  1. Started Loki (2.8.4)
  2. Query Logs: {namespace_name="loki"} | logfmt | level != "info" | level != "debug"

Expected behavior No warnings regarding to caching when not using caching.

Environment:

Screenshots, Promtail config, or terminal output Our Loki config: ` analytics: reporting_enabled: false auth_enabled: true chunk_store_config: null common: compactor_address: http://loki-compactor.loki.svc.cluster.local:3100 instance_interface_names:

ToonTijtgat2 commented 1 year ago

+1

atanowatch commented 2 months ago

+1