Skip to content

Don't cancel finished queries with spooling#173

Merged
nineinchnick merged 1 commit intotrinodb:masterfrom
nineinchnick:avoid-cancel-spooled
Nov 27, 2025
Merged

Don't cancel finished queries with spooling#173
nineinchnick merged 1 commit intotrinodb:masterfrom
nineinchnick:avoid-cancel-spooled

Conversation

@nineinchnick
Copy link
Member

When using spooling, wait up to 100 ms to see if there's any more data to process. If there are no more query results, the query does not need to be cancelled.

Really fixes #102

When using spooling, wait up to 100ms to see if there's any more data to
process. If there are no more query results, the query does not need to
be cancelled.
@cla-bot cla-bot bot added the cla-signed label Nov 27, 2025
@nineinchnick nineinchnick merged commit 93eceb8 into trinodb:master Nov 27, 2025
5 checks passed
@nineinchnick nineinchnick added the bug Something isn't working label Nov 27, 2025
@nineinchnick nineinchnick deleted the avoid-cancel-spooled branch November 27, 2025 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working cla-signed

Development

Successfully merging this pull request may close these issues.

Do not send DELETE after QueryRow

1 participant