You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2019/02/08 19:22:00 UTC

[jira] [Updated] (UIMA-5816) UIMA-DUCC: pull-service should use a window for errors

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

Jerry Cwiklik updated UIMA-5816:
--------------------------------
    Component/s: DUCC

> UIMA-DUCC: pull-service should use a window for errors
> ------------------------------------------------------
>
>                 Key: UIMA-5816
>                 URL: https://issues.apache.org/jira/browse/UIMA-5816
>             Project: UIMA
>          Issue Type: Improvement
>          Components: DUCC
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>            Priority: Major
>             Fix For: 3.0.0-Ducc
>
>
> Currently a pull-service terminates on a process error. This might not be desired in some cases. A service should support a configurable window for errors, for example:
>        allow 3 errors per 100 tasks processed  
> To support this, a pull service needs two parameters: 
> max number of errors and a window size
> if the max number=0, the pull-service will terminate on 1st error.
> Consider implementing a pluggable error handler that will encapsulate the above. Such error handler will be plugged into an instance of IServiceProcessor.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)