We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c57a3e commit a8c1ee3Copy full SHA for a8c1ee3
presto-docs/src/main/sphinx/presto_cpp/properties.rst
@@ -32,6 +32,16 @@ Presto C++ workers.
32
These Presto coordinator configuration properties are described here, in
33
alphabetical order.
34
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
45
``experimental.table-writer-merge-operator-enabled``
46
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
47
0 commit comments