You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Eddie Epstein (JIRA)" <ui...@incubator.apache.org> on 2008/03/11 00:22:47 UTC

[jira] Created: (UIMA-875) Problem handing errors in sendAndReceiveCAS

Problem handing errors in sendAndReceiveCAS
-------------------------------------------

                 Key: UIMA-875
                 URL: https://issues.apache.org/jira/browse/UIMA-875
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Eddie Epstein
            Assignee: Eddie Epstein
             Fix For: 2.2.2S


sendAndReceiveCAS was originally implemented with a single threaded design. When it was changed to be thread-safe, a bug was introduced where an error condition on a request from one thread would, with unfortunate timing, cause an error on a request from another thread.

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


[jira] Closed: (UIMA-875) Problem handing errors in sendAndReceiveCAS

Posted by "Eddie Epstein (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eddie Epstein closed UIMA-875.
------------------------------


> Problem handing errors in sendAndReceiveCAS
> -------------------------------------------
>
>                 Key: UIMA-875
>                 URL: https://issues.apache.org/jira/browse/UIMA-875
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Eddie Epstein
>            Assignee: Eddie Epstein
>             Fix For: 2.2.2AS
>
>
> sendAndReceiveCAS was originally implemented with a single threaded design. When it was changed to be thread-safe, a bug was introduced where an error condition on a request from one thread would, with unfortunate timing, cause an error on a request from another thread.

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


[jira] Resolved: (UIMA-875) Problem handing errors in sendAndReceiveCAS

Posted by "Eddie Epstein (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eddie Epstein resolved UIMA-875.
--------------------------------

    Resolution: Fixed

Resolved, until proven otherwise

> Problem handing errors in sendAndReceiveCAS
> -------------------------------------------
>
>                 Key: UIMA-875
>                 URL: https://issues.apache.org/jira/browse/UIMA-875
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Eddie Epstein
>            Assignee: Eddie Epstein
>             Fix For: 2.2.2S
>
>
> sendAndReceiveCAS was originally implemented with a single threaded design. When it was changed to be thread-safe, a bug was introduced where an error condition on a request from one thread would, with unfortunate timing, cause an error on a request from another thread.

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