[
https://issues.apache.org/jira/browse/SAMZA-513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14280755#comment-14280755
]
Chris Riccomini commented on SAMZA-513:
---------------------------------------
SAMZA-506 is blocked by this, since we can't shutdown on SIGTERM if a
BrokerProxy can't be interrupted.
> BrokerProxy doesn't shut down
> -----------------------------
>
> Key: SAMZA-513
> URL: https://issues.apache.org/jira/browse/SAMZA-513
> Project: Samza
> Issue Type: Bug
> Components: container
> Affects Versions: 0.8.0
> Reporter: Zach Cox
>
> In BrokerProxy.stop, the call to thread.interrupt doesn't always lead to a
> real thread interruption, which can cause shut down to not occur. One
> workaround is to repeatedly call thread.interrupt in a tight while loop until
> thread.isAlive returns false.
> Related mailing list thread:
> http://www.mail-archive.com/[email protected]/msg02255.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)