You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2008/09/04 19:37:44 UTC

[jira] Updated: (PIG-411) Pig leaves HOD processes behind if Ctrl-C is used before HOD connection is fully established

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

Olga Natkovich updated PIG-411:
-------------------------------

        Fix Version/s: types_branch
    Affects Version/s: types_branch

> Pig leaves HOD processes behind if Ctrl-C is used before HOD connection is fully established
> --------------------------------------------------------------------------------------------
>
>                 Key: PIG-411
>                 URL: https://issues.apache.org/jira/browse/PIG-411
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>             Fix For: types_branch
>
>
> The code in doHod in backend/hadoop/executionengine/HExecutionEngine.java waits for hod connection to be fully established before setting a flag that indicates need to discunnect. The flag should be set as soon as HOD process is created so that we destroy it. 
> This change will not guarantee that process is not left behind but would make it much less likely

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.