Skip to content

Commit 8afac31

Browse files
Update docs/modules/trino/pages/usage-guide/fault-tolerant-execution.adoc
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent b9f5ca9 commit 8afac31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/modules/trino/pages/usage-guide/fault-tolerant-execution.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:keywords: fault-tolerant execution, retry policy, exchange manager, spooling, query resilience
44

55
Fault-tolerant execution is a mechanism in Trino that enables a cluster to mitigate query failures by retrying queries or their component tasks in the event of failure.
6-
With fault-tolerant execution enabled, intermediate exchange data is spooled and can be re-used by another worker in the event of a worker outage or other fault during query execution.
6+
With fault-tolerant execution enabled, intermediate exchange data is spooled and can be re-used by another worker in the event of a worker outage or other failures during query execution.
77

88
By default, if a Trino node lacks the resources to execute a task or otherwise fails during query execution, the query fails and must be run again manually.
99
The longer the runtime of a query, the more likely it is to be susceptible to such failures.

0 commit comments

Comments
 (0)