You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2009/01/19 09:59:59 UTC

[jira] Commented: (HADOOP-4967) Inconsistent state in JVM manager

    [ https://issues.apache.org/jira/browse/HADOOP-4967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12665066#action_12665066 ] 

Amareshwari Sriramadasu commented on HADOOP-4967:
-------------------------------------------------

Patch looks fine.


> Inconsistent state in JVM manager
> ---------------------------------
>
>                 Key: HADOOP-4967
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4967
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Devaraj Das
>         Attachments: 4967.patch
>
>
> The following is the scenario:
> -> TT got a LaunchTaskAction. And It found the slot free. It started the TaskRunner
> -> TT received KillJobActtion. It did a runner.kill().
> But, runner.kill() didn't remove JVM Runner from jvmIdToRunner , as it is not polulated yet. 
> It released the slots.
> -> TaskRunner thread spawned jvm and populated jvmIdToRunner.
> -> The next task getting launched on the slot finds it as busy.

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