grafana / loki

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

fix(blooms): ensure tokenizer cache is reset between series #13370

Closed owen-d closed 3 months ago

owen-d commented 3 months ago

Fixes bug where ngrams were not added to blooms b/c they had been added previously to a potentially different series. This caused blooms to fail membership tests incorrectly.