[ https://issues.apache.org/jira/browse/UIMA-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679748#action_12679748 ]
Jerry Cwiklik commented on UIMA-1297: ------------------------------------- Fixed the code so that send() errors are handled in the error handler. The send error is treated as a timeout. A listener on a reply queue associated with the failed delegate is terminated and the status of the delegate is changed to Failed. Subsequent CAS will force creation of a new temp reply queue and a new listener. > Uima AS Service Not Handling Send Failures Correctly > ---------------------------------------------------- > > Key: UIMA-1297 > URL: https://issues.apache.org/jira/browse/UIMA-1297 > Project: UIMA > Issue Type: Bug > Components: Async Scaleout > Reporter: Jerry Cwiklik > Assignee: Jerry Cwiklik > > When a send requst fails due to a lost broker connection, the uima AS > aggregate removes the CAS from the outstanding list. Subsequently, when a > timer pops the Timeout Exception is reported against the wrong CAS. > Fix the code so that the CAS remains in the outstanding list until the timer > pops. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.