Skip to content

Commit a8c1ee3

Browse files
steveburnetttdcmeehan
authored andcommitted
Add doc for driver.cancel-tasks-with-stuck-operators-threshold-ms
1 parent 6c57a3e commit a8c1ee3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

presto-docs/src/main/sphinx/presto_cpp/properties.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ Presto C++ workers.
3232
These Presto coordinator configuration properties are described here, in
3333
alphabetical order.
3434

35+
``driver.cancel-tasks-with-stuck-operators-threshold-ms``
36+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
37+
* **Type:** ``string``
38+
* **Default value:** ``240000`` (40 minutes)
39+
40+
Cancels any task when at least one operator has been stuck for at
41+
least the time specified by this threshold.
42+
43+
Set this property to ``0`` to disable canceling.
44+
3545
``experimental.table-writer-merge-operator-enabled``
3646
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3747

0 commit comments

Comments
 (0)