Skip to content

Fix query-frontend conversion of dedicated column blob option#6377

Merged
stoewer merged 2 commits intografana:mainfrom
stoewer:bug-query-frontend-blob
Feb 4, 2026
Merged

Fix query-frontend conversion of dedicated column blob option#6377
stoewer merged 2 commits intografana:mainfrom
stoewer:bug-query-frontend-blob

Conversation

@stoewer
Copy link
Copy Markdown
Contributor

@stoewer stoewer commented Feb 4, 2026

What this PR does:

The blob option for dedicated columns was missing from the protobuf definition and conversion functions were missing support for it. This caused the query-frontend to fail when processing blocks with blob option configured. I therefore added BLOB to DedicatedColumn_Option and implemented bidirectional conversion between DedicatedColumnOptionBlob and tempopb.DedicatedColumn_BLOB.

Used local docker compose examples to reproduce the bug and to confirm that it's solved with this change.

Which issue(s) this PR fixes:

Fixes #6370

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

stoewer and others added 2 commits February 3, 2026 15:32
Copy link
Copy Markdown
Contributor

@javiermolinar javiermolinar left a comment

Choose a reason for hiding this comment

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

LGTM

We will need to create a new release 2.10.1 or 2.11 to include this fix

@stoewer stoewer merged commit bf6075d into grafana:main Feb 4, 2026
23 checks passed
stoewer added a commit to stoewer/tempo that referenced this pull request Feb 4, 2026
…on (grafana#6377)

* Convert blob option correctly to and from tempopb

* Add CHANGELOG.md entry for blob option fix
stoewer added a commit that referenced this pull request Feb 4, 2026
…on (#6377) (#6381)

* Convert blob option correctly to and from tempopb

* Add CHANGELOG.md entry for blob option fix
mdisibio pushed a commit to mdisibio/tempo that referenced this pull request Feb 5, 2026
…a#6377)

* Convert blob option correctly to and from tempopb

* Add CHANGELOG.md entry for blob option fix
mdisibio added a commit that referenced this pull request Feb 5, 2026
…#6391)

* Convert blob option correctly to and from tempopb

* Add CHANGELOG.md entry for blob option fix

Co-authored-by: A. Stoewer <adrian@stoewer.me>
knylander-grafana pushed a commit to knylander-grafana/tempo-doc-work that referenced this pull request Feb 6, 2026
…a#6377)

* Convert blob option correctly to and from tempopb

* Add CHANGELOG.md entry for blob option fix
@stoewer stoewer deleted the bug-query-frontend-blob branch February 12, 2026 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Query-frontend unable to convert dedicated column with blob option

3 participants