Closed slim-bean closed 3 months ago
https://github.com/grafana/loki/pull/12536 is a fix for the panic, however we should also fix the info log message
grafana/loki:main-ec888ec
includes this fix if folks don't want to wait for a 3.0.1
while not part of this issue, this was discovered while attempting to get rid of a noisy log line, which is now removed: https://github.com/grafana/loki/pull/12555
Fix has already been released with 3.0.1 a and 3.1.0
From #12506 :
level=info ts=2024-04-09T08:01:08.971329289Z caller=gateway.go:241 component=index-gateway msg="chunk filtering is not enabled"
with every loki search. Wasn't happening before 3.0 from what we can tellI suspect that's because blooms aren't enabled although when I do enable blooms we get a nil pointer:
Originally posted by @rknightion in https://github.com/grafana/loki/issues/12506#issuecomment-2044387600