You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "V.V.Chaitanya Krishna (JIRA)" <ji...@apache.org> on 2009/12/01 10:35:21 UTC

[jira] Updated: (MAPREDUCE-1067) Default state of queues is undefined when unspecified

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

V.V.Chaitanya Krishna updated MAPREDUCE-1067:
---------------------------------------------

    Attachment: MAPREDUCE-1067-1.patch

Had an offline discussion with Rahul and Vinod and came up with the following conclusions:
* The default state of container queue is to be RUNNING.
* Also, state of a container queue should not be allowed to change once the hierarchy is built. 
* The state UNDEFINED is to be removed and only two states (RUNNING and STOPPED) are maintained. 

Uploading patch with the above implemented.

> Default state of queues is undefined when unspecified
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-1067
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1067
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: jobtracker
>    Affects Versions: 0.21.0
>            Reporter: V.V.Chaitanya Krishna
>            Assignee: V.V.Chaitanya Krishna
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-1067-1.patch
>
>
> Currently, if the state of a queue is not specified, it is being set to "undefined" state instead of running state.

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