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 2010/10/27 16:10:19 UTC

[jira] Created: (UIMA-1915) UIMA AS client code synchronizes same critical region twice

UIMA AS client code synchronizes same critical region twice
-----------------------------------------------------------

                 Key: UIMA-1915
                 URL: https://issues.apache.org/jira/browse/UIMA-1915
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
    Affects Versions: 2.3AS
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
            Priority: Minor


The BaseUIMAAsynchronousEngine_impl.stop() method double synchronizes the same piece of code for no reason. Remove one of the synchronized{} blocks. 

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


[jira] Updated: (UIMA-1915) UIMA AS client code synchronizes same critical region twice

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

Jerry Cwiklik updated UIMA-1915:
--------------------------------

    Fix Version/s: 2.3.1AS

Assigned Fix Version

> UIMA AS client code synchronizes same critical region twice
> -----------------------------------------------------------
>
>                 Key: UIMA-1915
>                 URL: https://issues.apache.org/jira/browse/UIMA-1915
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>    Affects Versions: 2.3AS
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>            Priority: Minor
>             Fix For: 2.3.1AS
>
>
> The BaseUIMAAsynchronousEngine_impl.stop() method double synchronizes the same piece of code for no reason. Remove one of the synchronized{} blocks. 

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


[jira] Closed: (UIMA-1915) UIMA AS client code synchronizes same critical region twice

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

Jerry Cwiklik closed UIMA-1915.
-------------------------------

    Resolution: Fixed

Removed double synchronization from stop() method of the BaseUIMAAsynchronousEngine_impl

> UIMA AS client code synchronizes same critical region twice
> -----------------------------------------------------------
>
>                 Key: UIMA-1915
>                 URL: https://issues.apache.org/jira/browse/UIMA-1915
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>    Affects Versions: 2.3AS
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>            Priority: Minor
>
> The BaseUIMAAsynchronousEngine_impl.stop() method double synchronizes the same piece of code for no reason. Remove one of the synchronized{} blocks. 

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