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

Gabe Resneck commented on OODT-319:
-----------------------------------

Obviously, there are a number of ways to implement this.  The flag is by 
default set to true, which signals that the job is ready for scheduling.  The 
flag can be set and unset via the client.  The JobQueue implementations are 
responsible for returning a job that has been flagged, while still retaining 
FIFO ordering.  This means that JobQueues will return the first job in the 
queue that is flagged to be scheduled.

As always, a patch will be forthcoming.

> Add the ability to flag jobs in the Resource Manager to not be scheduled
> ------------------------------------------------------------------------
>
>                 Key: OODT-319
>                 URL: https://issues.apache.org/jira/browse/OODT-319
>             Project: OODT
>          Issue Type: New Feature
>          Components: resource manager
>            Reporter: Gabe Resneck
>            Assignee: Gabe Resneck
>
> This is another improvement requested while working with an operator who uses 
> the Resource Manager.  Sometimes, a job is queued in the RM but the operator 
> doesn't know if they want the job to be executed.  In order to prevent that, 
> a flag (which would be present in the Job class) could be set.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to