[
https://issues.apache.org/jira/browse/UIMA-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13638344#comment-13638344
]
Lou DeGenaro commented on UIMA-2824:
------------------------------------
insert fix at JobDriver line 1215:
try {
queueCASes(1,queue,workItemFactory);
}
catch(Exception exception) {
duccOut.error(location, jobid, "processing error?", exception);
}
> DUCC job driver (JD) not publishing proper completion information to
> orchestrator (OR)
> --------------------------------------------------------------------------------------
>
> Key: UIMA-2824
> URL: https://issues.apache.org/jira/browse/UIMA-2824
> Project: UIMA
> Issue Type: Bug
> Reporter: Lou DeGenaro
> Assignee: Lou DeGenaro
> Priority: Minor
>
> Symptom is that Job has 4 work items total, 3 completed and 1 error. Job
> remains active. It should move to the Completed state, but never does. Seen
> in or.log is:
> 22 Apr 2013 13:41:59,802 INFO OR.OrchestratorComponent - reconcileJdState
> 39335 state:Idle threads:4 total:4 fetched:4 started:4 completed:3 error:1
> queued:0 in-progress:0 pending:true unassigned:0 retry:3
> In fact, pending should be false.
> (Reported by Complainer-In-Chief on behalf of Bhavani)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira