Skip to content

Don't cancel finished queries#172

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

Don't cancel finished queries#172
nineinchnick merged 1 commit intotrinodb:masterfrom
nineinchnick:avoid-cancel

Conversation

@nineinchnick
Copy link
Member

When closing query rows, if the current segment is the last one (there's no next URI), don't cancel the query. This does not apply to spooled segments.

Fixes #102

Supersedes #152

When closing query rows, if the current segment is the last one (there's
no next URI), don't cancel the query. This does not apply to spooled
segments.
@cla-bot cla-bot bot added the cla-signed label Nov 27, 2025
@nineinchnick nineinchnick merged commit 8376e2a into trinodb:master Nov 27, 2025
5 checks passed
@nineinchnick nineinchnick deleted the avoid-cancel branch November 27, 2025 12:16
@Flgado
Copy link
Member

Flgado commented Nov 27, 2025

Nice !! Nice work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

Do not send DELETE after QueryRow

2 participants