grafana / loki

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

chore: [k208] fix(blooms): ensure tokenizer cache is reset between series #13374

Closed grafanabot closed 4 days ago

grafanabot commented 4 days ago

Backport 04bc3a423c8ea9e7c945b15dffb83d674bab3a68 from #13370


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.