Skip to content

Override TASK retry policy to NONE in DirectTrinoClient#28449

Merged
hashhar merged 1 commit intotrinodb:masterfrom
hashhar:hashhar/direct-client-improve
Feb 26, 2026
Merged

Override TASK retry policy to NONE in DirectTrinoClient#28449
hashhar merged 1 commit intotrinodb:masterfrom
hashhar:hashhar/direct-client-improve

Conversation

@hashhar
Copy link
Member

@hashhar hashhar commented Feb 24, 2026

Description

DirectExchangeClient does not support TASK retry policy. When it is set either in the server config or as a session property, override it to NONE before dispatching the query.

Added tests for basic query execution, DDL, updates, error handling, and retry policy override behavior.

Additional context and related issues

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

## Section
* Fix some things. ({issue}`issuenumber`)

DirectExchangeClient does not support TASK retry policy. When it is set
either in the server config or as a session property, override it to
NONE before dispatching the query.

Added tests for basic query execution, DDL, updates, error handling, and
retry policy override behavior.
@hashhar hashhar merged commit 0e273c5 into trinodb:master Feb 26, 2026
100 checks passed
@github-actions github-actions bot added this to the 480 milestone Feb 26, 2026
@ebyhr ebyhr mentioned this pull request Mar 3, 2026
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.

2 participants