-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
https://trino.io/docs/current/admin/fault-tolerant-execution.html
A customer is interested in this and it does make a lot of sense to support this.
Without it any failure of a node or a pod going down or pretty much anything that disturbs a query will cause the query to completely fail, which is annoying for short queries, but downright bad for 24h queries and the like.
Acceptance criteria
- Users can configOverride
exchange-manager.properties
(ideally we have a test) - Update docs in https://docs.stackable.tech/home/stable/trino/usage-guide/operations/graceful-shutdown/, search for
Running into this issue can be circumvented by using Fault-tolerant execution
. - Thew
query.max-execution-time
mechanism described in the docs has been updated
maxgruber19 and livelace
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress