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

Lou DeGenaro commented on UIMA-4902:
------------------------------------

Revise design as follows:

1. drop use of --driver_jvm_args
2. employ use of --driver_exception_handler_arguments  <string> in ducc_submit
3. add driver.exception.handler.arguments = <string> to ducc.properties
4. #2 overrides #3 at runtime
5. update default.ducc.properties and DUCC Book

> DUCC Job Driver (JD) add programmability feature to built-in error handler
> --------------------------------------------------------------------------
>
>                 Key: UIMA-4902
>                 URL: https://issues.apache.org/jira/browse/UIMA-4902
>             Project: UIMA
>          Issue Type: Improvement
>          Components: DUCC
>            Reporter: Lou DeGenaro
>            Assignee: Lou DeGenaro
>             Fix For: 2.1.0-Ducc
>
>
> The Job Driver built-in error handler is not readily "programmable".  
> A desired feature is to specify, per Job, the number of work item time-outs 
> allowed for each work item.  Presently, the number of retrys per work item 
> time-out is 0.  The default remains 0.
> Allow users job submissions to specify for driver_jvm_args 
> -DJobDriverErrorHandlerMaximumNumberOfTimeoutRetrysPerWorkItem=N, where N is 
> an integer.  If a work item times-out, it will be counted.  If the number of 
> retrys for that work item does not exceed the specified integer, it will be 
> retried, else it will be a work item error.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to