You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jake Maes (JIRA)" <ji...@apache.org> on 2016/02/02 00:36:39 UTC

[jira] [Updated] (SAMZA-866) Refactor and fix Container allocation logic.

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

Jake Maes updated SAMZA-866:
----------------------------
    Attachment: SAMZA-866.patch

Attaching patch 

Review Board: https://reviews.apache.org/r/43074/

> Refactor and fix Container allocation logic. 
> ---------------------------------------------
>
>                 Key: SAMZA-866
>                 URL: https://issues.apache.org/jira/browse/SAMZA-866
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Jake Maes
>            Assignee: Jake Maes
>         Attachments: SAMZA-866.patch
>
>
> Bug:
> ContainerAllocator and HostAwareContainerAllocator have different try-catch logic in their run() methods. The HostAwareContainerAllocator try-catch is outside the while loop, which would cause it to stop allocating containers in the event of an exception. ContainerAllocator correctly has the try-catch inside the loop 



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