You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Chris Riccomini (JIRA)" <ji...@apache.org> on 2015/01/30 17:50:34 UTC

[jira] [Resolved] (SAMZA-513) BrokerProxy doesn't shut down

     [ https://issues.apache.org/jira/browse/SAMZA-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Riccomini resolved SAMZA-513.
-----------------------------------
       Resolution: Not a Problem
    Fix Version/s: 0.9.0

Dude, that's great news!

Out of curiosity, why was AsyncAppender causing problems that made it appear as though BrokerProxy wasn't shutting down?

> 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
>             Fix For: 0.9.0
>
>
> 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/dev@samza.incubator.apache.org/msg02255.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)