Skip to content

fix(sql): avoid critical level logs on vectorized group by query cancellation#6235

Merged
bluestreak01 merged 3 commits intomasterfrom
puzpuzpuz_unhandled_error_in_rosti_job
Oct 6, 2025
Merged

fix(sql): avoid critical level logs on vectorized group by query cancellation#6235
bluestreak01 merged 3 commits intomasterfrom
puzpuzpuz_unhandled_error_in_rosti_job

Conversation

@puzpuzpuz
Copy link
Copy Markdown
Contributor

When a query is cancelled, GroupByVectorAggregateJob would log the error with critical level since it wasn't handling errors properly.

@puzpuzpuz puzpuzpuz added Bug Incorrect or unexpected behavior SQL Issues or changes relating to SQL execution labels Oct 6, 2025
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Oct 6, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch puzpuzpuz_unhandled_error_in_rosti_job

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@glasstiger
Copy link
Copy Markdown
Contributor

[PR Coverage check]

😞 fail : 3 / 7 (42.86%)

file detail

path covered line new line coverage
🔵 io/questdb/griffin/engine/groupby/vect/GroupByVectorAggregateJob.java 3 7 42.86%

@bluestreak01 bluestreak01 merged commit 7edd2b0 into master Oct 6, 2025
34 of 35 checks passed
@bluestreak01 bluestreak01 deleted the puzpuzpuz_unhandled_error_in_rosti_job branch October 6, 2025 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Incorrect or unexpected behavior SQL Issues or changes relating to SQL execution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants