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 2009/11/10 23:01:27 UTC

[jira] Created: (UIMA-1656) UIMA AS aggregate should not attempt to send getMeta request to remotes when its stopping

UIMA AS aggregate should not attempt to send getMeta request to remotes when its stopping
-----------------------------------------------------------------------------------------

                 Key: UIMA-1656
                 URL: https://issues.apache.org/jira/browse/UIMA-1656
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
             Fix For: 2.3AS


The aggregate attempts to send getMeta requests to remotes even though it is in a process of stopping due to a failure of a previous GetMeta request. Modify sendRequestForMetadataToRemoteDelegates() to check the state of the aggregate before attempting GetMeta request.

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


[jira] Closed: (UIMA-1656) UIMA AS aggregate should not attempt to send getMeta request to remotes when its stopping

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

Jerry Cwiklik closed UIMA-1656.
-------------------------------

    Resolution: Fixed

Modified to check the state of an aggregate before sending GetMeta request to a remote delegate

> UIMA AS aggregate should not attempt to send getMeta request to remotes when its stopping
> -----------------------------------------------------------------------------------------
>
>                 Key: UIMA-1656
>                 URL: https://issues.apache.org/jira/browse/UIMA-1656
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>             Fix For: 2.3AS
>
>
> The aggregate attempts to send getMeta requests to remotes even though it is in a process of stopping due to a failure of a previous GetMeta request. Modify sendRequestForMetadataToRemoteDelegates() to check the state of the aggregate before attempting GetMeta request.

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