Skip to content

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

Merged
owen-d merged 2 commits into
grafana:mainfrom
owen-d:blooms/reset-tokenizer-cache-between-series
Jul 1, 2024
Merged

fix(blooms): ensure tokenizer cache is reset between series#13370
owen-d merged 2 commits into
grafana:mainfrom
owen-d:blooms/reset-tokenizer-cache-between-series

Conversation

@owen-d

@owen-d owen-d commented Jul 1, 2024

Copy link
Copy Markdown
Contributor

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.

@owen-d
owen-d requested a review from a team as a code owner July 1, 2024 20:19

@cyriltovena cyriltovena left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

owen-d added 2 commits July 1, 2024 16:02
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
@owen-d
owen-d force-pushed the blooms/reset-tokenizer-cache-between-series branch from 94fa5fc to f95eab1 Compare July 1, 2024 23:02
@owen-d
owen-d merged commit 04bc3a4 into grafana:main Jul 1, 2024
@chaudum chaudum added type/bug Somehing is not working as expected backport k209 labels Jul 2, 2024
grafanabot pushed a commit that referenced this pull request Jul 2, 2024
chaudum pushed a commit that referenced this pull request Jul 2, 2024
…ries (#13371)

Backport 04bc3a4 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.

Co-authored-by: Owen Diehl <ow.diehl@gmail.com>
grafanabot pushed a commit that referenced this pull request Jul 2, 2024
grafanabot pushed a commit that referenced this pull request Jul 2, 2024
chaudum pushed a commit that referenced this pull request Jul 2, 2024
…ries (#13374)

Backport 04bc3a4 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.

Co-authored-by: Owen Diehl <ow.diehl@gmail.com>
chaudum pushed a commit that referenced this pull request Jul 2, 2024
…ries (#13373)

Backport 04bc3a4 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.

Co-authored-by: Owen Diehl <ow.diehl@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants