GitHub user shanthoosh opened a pull request:
https://github.com/apache/samza/pull/487
SAMZA-1686: Set finite operation timeout when creating zkClient.
Currently zkClient is created with operationRetryTimeOut of -1. This causes
zkClient to retry indefinitely in case of irrecoverable exceptions thereby
delaying the StreamProcessor shutdown.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shanthoosh/samza master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/487.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #487
----
commit 20c987ab30817db7065870b30a386ae522152171
Author: Shanthoosh Venkataraman <svenkataraman@...>
Date: 2018-04-24T02:00:13Z
Set operation timeout when creating zkClient.
----
---