[
https://issues.apache.org/jira/browse/SAMZA-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Navina Ramesh resolved SAMZA-1365.
----------------------------------
Resolution: Fixed
Issue resolved by pull request 253
[https://github.com/apache/samza/pull/253]
> Calling zkClient.close in zkWatch implementation blocks it indefinitely
> -----------------------------------------------------------------------
>
> Key: SAMZA-1365
> URL: https://issues.apache.org/jira/browse/SAMZA-1365
> Project: Samza
> Issue Type: Bug
> Reporter: Shanthoosh Venkataraman
> Assignee: Shanthoosh Venkataraman
> Fix For: 0.13.1
>
>
> We discovered that ZkClient.close blocks indefinitely if it’s invoked in
> ZkListener implementation directly.
> ZkClient.close acquires eventLock internally before trying to shutdown.
> Calling it in ZkListener(which holds this eventLock before invoking
> listeners) implementation causes zkClient.close to block indefinitely.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)