From 4310a6fda63b348e96a5fe5ba6f08bd4ab996dd2 Mon Sep 17 00:00:00 2001 From: Fiore Mario Vitale Date: Mon, 22 Apr 2024 09:21:19 +0200 Subject: [PATCH] DBZ-7616 Document database.query.timeout.ms property Co-authored-by: roldanbob --- documentation/modules/ROOT/pages/connectors/db2.adoc | 5 +++-- documentation/modules/ROOT/pages/connectors/informix.adoc | 5 +++-- documentation/modules/ROOT/pages/connectors/mysql.adoc | 5 +++-- documentation/modules/ROOT/pages/connectors/postgresql.adoc | 5 +++-- documentation/modules/ROOT/pages/connectors/sqlserver.adoc | 5 +++-- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/documentation/modules/ROOT/pages/connectors/db2.adoc b/documentation/modules/ROOT/pages/connectors/db2.adoc index 2c4bed38c..f809ec86d 100644 --- a/documentation/modules/ROOT/pages/connectors/db2.adoc +++ b/documentation/modules/ROOT/pages/connectors/db2.adoc @@ -3045,8 +3045,9 @@ User intervention is required to restart the connector. After the next failure, the connector stops, and user intervention is required to restart it. |[[db2-property-database-query-timeout-ms]]<> -|`600000` -|Time to wait for a query to execute, given in milliseconds. Defaults to 600 seconds (600,000 ms); zero means there is no limit. +|`600000` (10 minutes) +|Specifies the time, in milliseconds, that the connector waits for a query to complete. +Set the value to `0` (zero) to remove the timeout limit. |=== diff --git a/documentation/modules/ROOT/pages/connectors/informix.adoc b/documentation/modules/ROOT/pages/connectors/informix.adoc index 8a7d04a38..203f1d85d 100644 --- a/documentation/modules/ROOT/pages/connectors/informix.adoc +++ b/documentation/modules/ROOT/pages/connectors/informix.adoc @@ -2649,8 +2649,9 @@ You can define tags to identify particular application instances, environments, |The maximum number of retries on retriable errors (e.g. connection errors) before failing (-1 = no limit, 0 = disabled, > 0 = num of retries). |[[informix-property-database-query-timeout-ms]]<> -|`600000` -|Time to wait for a query to execute, given in milliseconds. Defaults to 600 seconds (600,000 ms); zero means there is no limit. +|`600000` (10 minutes) +|Specifies the time, in milliseconds, that the connector waits for a query to complete. +Set the value to `0` (zero) to remove the timeout limit. |=== diff --git a/documentation/modules/ROOT/pages/connectors/mysql.adoc b/documentation/modules/ROOT/pages/connectors/mysql.adoc index 311a7387f..258a1c551 100644 --- a/documentation/modules/ROOT/pages/connectors/mysql.adoc +++ b/documentation/modules/ROOT/pages/connectors/mysql.adoc @@ -3922,8 +3922,9 @@ Set one of the following options: `skip`:: The connector writes a `null` value to the event field for the column that failed conversion, and writes a message to the debug log. |[[mysql-property-database-query-timeout-ms]]<> -|`600000` -|Time to wait for a query to execute, given in milliseconds. Defaults to 600 seconds (600,000 ms); zero means there is no limit. +|`600000` (10 minutes) +|Specifies the time, in milliseconds, that the connector waits for a query to complete. +Set the value to `0` (zero) to remove the timeout limit. |=== [id="debezium-mysql-connector-database-history-configuration-properties"] diff --git a/documentation/modules/ROOT/pages/connectors/postgresql.adoc b/documentation/modules/ROOT/pages/connectors/postgresql.adoc index 3342cb498..dfa8a865f 100644 --- a/documentation/modules/ROOT/pages/connectors/postgresql.adoc +++ b/documentation/modules/ROOT/pages/connectors/postgresql.adoc @@ -3697,8 +3697,9 @@ User intervention is required to restart the connector. After the next failure, the connector stops, and user intervention is required to restart it. |[[postgresql-property-database-query-timeout-ms]]<> -|`600000` -|Time to wait for a query to execute, given in milliseconds. Defaults to 600 seconds (600,000 ms); zero means there is no limit. +|`600000` (10 minutes) +|Specifies the time, in milliseconds, that the connector waits for a query to complete. +Set the value to `0` (zero) to remove the timeout limit. |=== [id="postgresql-pass-through-properties"] diff --git a/documentation/modules/ROOT/pages/connectors/sqlserver.adoc b/documentation/modules/ROOT/pages/connectors/sqlserver.adoc index dea10057b..7d443b1ac 100644 --- a/documentation/modules/ROOT/pages/connectors/sqlserver.adoc +++ b/documentation/modules/ROOT/pages/connectors/sqlserver.adoc @@ -3270,8 +3270,9 @@ After the next failure, the connector stops, and user intervention is required t * `direct`: Makes the connector to query change tables directly. Switching to `direct` mode and creating an index on `(\\__$start_lsn ASC, __$seqval ASC, __$operation ASC)` columns for each change table significantly speeds up querying CDC data. |[[sqlserver-property-database-query-timeout-ms]]<> -|`600000` -|Time to wait for a query to execute, given in milliseconds. Defaults to 600 seconds (600,000 ms); zero means there is no limit. +|`600000` (10 minutes) +|Specifies the time, in milliseconds, that the connector waits for a query to complete. +Set the value to `0` (zero) to remove the timeout limit. |=== [id="debezium-sqlserver-connector-database-history-configuration-properties"]