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)" <ui...@incubator.apache.org> on 2008/03/18 21:27:24 UTC

[jira] Updated: (UIMA-908) The Flow's aborted method is called when every CAS reaches the end of its flow ... should be just the failing ones

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

Jerry Cwiklik updated UIMA-908:
-------------------------------

    Attachment: uimaj-as-core-UIMA-908-patch.txt

Removed a call to flow.aborted() from the dropCAS() method.

> The Flow's aborted method is called when every CAS reaches the end of its flow ... should be just the failing ones
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-908
>                 URL: https://issues.apache.org/jira/browse/UIMA-908
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>    Affects Versions: 2.2.2S
>            Reporter: Burn Lewis
>            Priority: Minor
>             Fix For: 2.2.2S
>
>         Attachments: uimaj-as-core-UIMA-908-patch.txt
>
>
> From the Javadocs:
> void aborted()
>     Called by the framework if processing has been aborted for the CAS that was being routed by this Flow object. No further processing will take place on the CAS after this method is called, so the framework will not call the next() method again.
> Presumably should be called if continueOnRetryFailure attribute is false or if continueOnFailure method returns false

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.