[ 
https://issues.apache.org/jira/browse/SAMZA-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14102762#comment-14102762
 ] 

Chinmay Soman commented on SAMZA-382:
-------------------------------------

How do I download this patch ? :)

Clicking on the patch shows me some HTML source code.

> SamzaContainer main thread might die without proper cleanup
> -----------------------------------------------------------
>
>                 Key: SAMZA-382
>                 URL: https://issues.apache.org/jira/browse/SAMZA-382
>             Project: Samza
>          Issue Type: Bug
>          Components: container
>    Affects Versions: 0.8.0
>            Reporter: Chinmay Soman
>            Assignee: Chris Riccomini
>             Fix For: 0.8.0
>
>         Attachments: SAMZA-382-0.patch
>
>
> In SamzaContainer, 
> There are some method invocations within 'main' that throw an exception:
> For eg: getTaskNameToSystemStreamPartition (this might happen if there is no 
> SSP for a given task). 
> However, this is outside the try block due to which, it doesn't cleanup 
> properly before dying. The result is that, the AMF thread can still be alive 
> - thus locking up resources in YARN.
> Proposed resolution: Include all such statements within the try block



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to