[
https://issues.apache.org/jira/browse/UIMA-3547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lou DeGenaro updated UIMA-3547:
-------------------------------
Fix Version/s: 1.0.0-Ducc
> DUCC isSchedulable() should account for whether resources are assigned
> ----------------------------------------------------------------------
>
> Key: UIMA-3547
> URL: https://issues.apache.org/jira/browse/UIMA-3547
> Project: UIMA
> Issue Type: Bug
> Components: DUCC
> Reporter: Jim Challenger
> Assignee: Lou DeGenaro
> Fix For: 1.1.0-Ducc
>
>
> In DuccWorkJob the isSchedulable() method indicates whether a job is a
> candidate for consideration by the scheduler. The method necessarily
> includes state Completing as a job may linger for a while with resources
> still allocated as it winds down. However, if a job dies before getting
> resources it still goes through state Completing but is in fact NOT a
> candidate for consideration by the scheduler. The isSchedulable() method
> should check for resources still allocated to the job, and if the state is
> Completing but no resources, return 'false', not 'trus'.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)