DBZ-2210 Increase Pulsar timeouts

This commit is contained in:
Jiri Pechanec 2020-06-17 08:59:28 +02:00 committed by Gunnar Morling
parent 2bb536aaa2
commit 7ce769abb8

View File

@ -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