From 7ce769abb8f9657cdee7c44e1e8624d98902c212 Mon Sep 17 00:00:00 2001 From: Jiri Pechanec Date: Wed, 17 Jun 2020 08:59:28 +0200 Subject: [PATCH] DBZ-2210 Increase Pulsar timeouts --- .../debezium-server-pulsar/docker/conf/standalone.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debezium-server/debezium-server-pulsar/docker/conf/standalone.conf b/debezium-server/debezium-server-pulsar/docker/conf/standalone.conf index 6619e908f..bea77348e 100644 --- a/debezium-server/debezium-server-pulsar/docker/conf/standalone.conf +++ b/debezium-server/debezium-server-pulsar/docker/conf/standalone.conf @@ -49,10 +49,10 @@ clusterName=standalone failureDomainsEnabled=false # Zookeeper session timeout in milliseconds -zooKeeperSessionTimeoutMillis=30000 +zooKeeperSessionTimeoutMillis=60000 # ZooKeeper operation timeout in seconds -zooKeeperOperationTimeoutSeconds=30 +zooKeeperOperationTimeoutSeconds=60 # Time to wait for broker graceful shutdown. After this time elapses, the process will be killed brokerShutdownTimeoutMs=60000 @@ -361,7 +361,7 @@ bookkeeperClientAuthenticationParametersName= bookkeeperClientAuthenticationParameters= # Timeout for BK add / read operations -bookkeeperClientTimeoutInSeconds=30 +bookkeeperClientTimeoutInSeconds=60 # Speculative reads are initiated if a read request doesn't complete within a certain time # Using a value of 0, is disabling the speculative reads