Skip to content

Conversation

yeya24
Copy link
Contributor

@yeya24 yeya24 commented Sep 20, 2025

What this PR does:

Backport #7025 fix to 1.19 release and prepare for 1.19.1 release.

Which issue(s) this PR fixes:
Fixes #

Checklist

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

@yeya24 yeya24 changed the base branch from master to release-1.19 September 20, 2025 19:38
@SungJin1212
Copy link
Member

SungJin1212 commented Sep 21, 2025

thanks!

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 21, 2025
Signed-off-by: Daniel Sabsay <[email protected]>
Co-authored-by: Daniel Sabsay <[email protected]>
@pull-request-size pull-request-size bot added size/L and removed size/M labels Oct 12, 2025
@yeya24
Copy link
Contributor Author

yeya24 commented Oct 12, 2025

I have to cherry-pick #6584 to make the build working as Github doesn't support ubuntu 20.04 runner anymore

yeya24 and others added 2 commits October 12, 2025 16:00
Signed-off-by: yeya24 <[email protected]>
@yeya24 yeya24 merged commit 86408ce into release-1.19 Oct 13, 2025
17 checks passed
// Check if we need to parse the query string to avoid parsing twice.
shouldReportSlowQuery := f.cfg.LogQueriesLongerThan != 0 && queryResponseTime > f.cfg.LogQueriesLongerThan
if shouldReportSlowQuery && !f.cfg.QueryStatsEnabled {
queryString = f.parseRequestQueryString(r, buf)
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we also ignore remote_read if frontend.log-queries-longer-than is enabled?

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh, I see.. this is beneath the round trip

@friedrichg friedrichg deleted the patch-1.19 branch October 13, 2025 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component/query-frontend lgtm This PR has been approved by a maintainer size/L

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants