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/07/14 23:45:14 UTC

[jira] Created: (UIMA-1437) Fix UIMA AS testcase code to address intermittent hangs

Fix UIMA AS testcase code to address intermittent hangs
-------------------------------------------------------

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


A recent fix that introduced a SharedConnection object exposed a threading problem in the testcase code. Testcases in the extended suite were not being completely cleaned up between runs. Some of the threads from a previous testcase were still running in a new testcase. Modify the testcase code to make sure that all threads are finished before starting another testcase.

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


[jira] Updated: (UIMA-1437) Fix UIMA AS testcase code to address intermittent hangs

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

Jerry Cwiklik updated UIMA-1437:
--------------------------------

    Priority: Blocker  (was: Major)

> Fix UIMA AS testcase code to address intermittent hangs
> -------------------------------------------------------
>
>                 Key: UIMA-1437
>                 URL: https://issues.apache.org/jira/browse/UIMA-1437
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>            Priority: Blocker
>             Fix For: 2.3AS
>
>
> A recent fix that introduced a SharedConnection object exposed a threading problem in the testcase code. Testcases in the extended suite were not being completely cleaned up between runs. Some of the threads from a previous testcase were still running in a new testcase. Modify the testcase code to make sure that all threads are finished before starting another testcase.

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


[jira] Closed: (UIMA-1437) Fix UIMA AS testcase code to address intermittent hangs

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

Jerry Cwiklik closed UIMA-1437.
-------------------------------

    Resolution: Fixed

Removed dumping active threads to stdout

> Fix UIMA AS testcase code to address intermittent hangs
> -------------------------------------------------------
>
>                 Key: UIMA-1437
>                 URL: https://issues.apache.org/jira/browse/UIMA-1437
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>
> A recent fix that introduced a SharedConnection object exposed a threading problem in the testcase code. Testcases in the extended suite were not being completely cleaned up between runs. Some of the threads from a previous testcase were still running in a new testcase. Modify the testcase code to make sure that all threads are finished before starting another testcase.

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


[jira] Updated: (UIMA-1437) Fix UIMA AS testcase code to address intermittent hangs

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

Jerry Cwiklik updated UIMA-1437:
--------------------------------

    Fix Version/s: 2.3AS

> Fix UIMA AS testcase code to address intermittent hangs
> -------------------------------------------------------
>
>                 Key: UIMA-1437
>                 URL: https://issues.apache.org/jira/browse/UIMA-1437
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>             Fix For: 2.3AS
>
>
> A recent fix that introduced a SharedConnection object exposed a threading problem in the testcase code. Testcases in the extended suite were not being completely cleaned up between runs. Some of the threads from a previous testcase were still running in a new testcase. Modify the testcase code to make sure that all threads are finished before starting another testcase.

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


[jira] Reopened: (UIMA-1437) Fix UIMA AS testcase code to address intermittent hangs

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

Jerry Cwiklik reopened UIMA-1437:
---------------------------------


Remove AMQ 5.2 specific call from ActiveMQSupport.tearDown() method. The code must be compatible with version 4.1.1 of AMQ

> Fix UIMA AS testcase code to address intermittent hangs
> -------------------------------------------------------
>
>                 Key: UIMA-1437
>                 URL: https://issues.apache.org/jira/browse/UIMA-1437
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>
> A recent fix that introduced a SharedConnection object exposed a threading problem in the testcase code. Testcases in the extended suite were not being completely cleaned up between runs. Some of the threads from a previous testcase were still running in a new testcase. Modify the testcase code to make sure that all threads are finished before starting another testcase.

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


[jira] Closed: (UIMA-1437) Fix UIMA AS testcase code to address intermittent hangs

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

Jerry Cwiklik closed UIMA-1437.
-------------------------------

    Resolution: Fixed

Fixes Deploy_NoOpAnnotatorWithCpCException.xml error handling to continue on error 

> Fix UIMA AS testcase code to address intermittent hangs
> -------------------------------------------------------
>
>                 Key: UIMA-1437
>                 URL: https://issues.apache.org/jira/browse/UIMA-1437
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>
> A recent fix that introduced a SharedConnection object exposed a threading problem in the testcase code. Testcases in the extended suite were not being completely cleaned up between runs. Some of the threads from a previous testcase were still running in a new testcase. Modify the testcase code to make sure that all threads are finished before starting another testcase.

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


[jira] Reopened: (UIMA-1437) Fix UIMA AS testcase code to address intermittent hangs

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

Jerry Cwiklik reopened UIMA-1437:
---------------------------------


Remove msgs that show on the console a list of active threads when the service is stopping

> Fix UIMA AS testcase code to address intermittent hangs
> -------------------------------------------------------
>
>                 Key: UIMA-1437
>                 URL: https://issues.apache.org/jira/browse/UIMA-1437
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>
> A recent fix that introduced a SharedConnection object exposed a threading problem in the testcase code. Testcases in the extended suite were not being completely cleaned up between runs. Some of the threads from a previous testcase were still running in a new testcase. Modify the testcase code to make sure that all threads are finished before starting another testcase.

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


[jira] Closed: (UIMA-1437) Fix UIMA AS testcase code to address intermittent hangs

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

Jerry Cwiklik closed UIMA-1437.
-------------------------------

    Resolution: Fixed

> Fix UIMA AS testcase code to address intermittent hangs
> -------------------------------------------------------
>
>                 Key: UIMA-1437
>                 URL: https://issues.apache.org/jira/browse/UIMA-1437
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>
> A recent fix that introduced a SharedConnection object exposed a threading problem in the testcase code. Testcases in the extended suite were not being completely cleaned up between runs. Some of the threads from a previous testcase were still running in a new testcase. Modify the testcase code to make sure that all threads are finished before starting another testcase.

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


[jira] Closed: (UIMA-1437) Fix UIMA AS testcase code to address intermittent hangs

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

Jerry Cwiklik closed UIMA-1437.
-------------------------------

    Resolution: Fixed

Changed to broker URL on the remote delegate to force a failure

> Fix UIMA AS testcase code to address intermittent hangs
> -------------------------------------------------------
>
>                 Key: UIMA-1437
>                 URL: https://issues.apache.org/jira/browse/UIMA-1437
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>             Fix For: 2.3AS
>
>
> A recent fix that introduced a SharedConnection object exposed a threading problem in the testcase code. Testcases in the extended suite were not being completely cleaned up between runs. Some of the threads from a previous testcase were still running in a new testcase. Modify the testcase code to make sure that all threads are finished before starting another testcase.

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


[jira] Reopened: (UIMA-1437) Fix UIMA AS testcase code to address intermittent hangs

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

Jerry Cwiklik reopened UIMA-1437:
---------------------------------


Modify Deploy_AggregateAnnotatorWithHttpDelegateNoRetries.xml to use different broker URL for the remote delegate.

> Fix UIMA AS testcase code to address intermittent hangs
> -------------------------------------------------------
>
>                 Key: UIMA-1437
>                 URL: https://issues.apache.org/jira/browse/UIMA-1437
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>             Fix For: 2.3AS
>
>
> A recent fix that introduced a SharedConnection object exposed a threading problem in the testcase code. Testcases in the extended suite were not being completely cleaned up between runs. Some of the threads from a previous testcase were still running in a new testcase. Modify the testcase code to make sure that all threads are finished before starting another testcase.

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


[jira] Closed: (UIMA-1437) Fix UIMA AS testcase code to address intermittent hangs

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

Jerry Cwiklik closed UIMA-1437.
-------------------------------

    Resolution: Fixed

> Fix UIMA AS testcase code to address intermittent hangs
> -------------------------------------------------------
>
>                 Key: UIMA-1437
>                 URL: https://issues.apache.org/jira/browse/UIMA-1437
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>
> A recent fix that introduced a SharedConnection object exposed a threading problem in the testcase code. Testcases in the extended suite were not being completely cleaned up between runs. Some of the threads from a previous testcase were still running in a new testcase. Modify the testcase code to make sure that all threads are finished before starting another testcase.

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


[jira] Reopened: (UIMA-1437) Fix UIMA AS testcase code to address intermittent hangs

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

Jerry Cwiklik reopened UIMA-1437:
---------------------------------


Modify Deploy_NoOpAnnotatorWithCpCException.xml to continue on CPC Error

> Fix UIMA AS testcase code to address intermittent hangs
> -------------------------------------------------------
>
>                 Key: UIMA-1437
>                 URL: https://issues.apache.org/jira/browse/UIMA-1437
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>
> A recent fix that introduced a SharedConnection object exposed a threading problem in the testcase code. Testcases in the extended suite were not being completely cleaned up between runs. Some of the threads from a previous testcase were still running in a new testcase. Modify the testcase code to make sure that all threads are finished before starting another testcase.

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


[jira] Reopened: (UIMA-1437) Fix UIMA AS testcase code to address intermittent hangs

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

Jerry Cwiklik reopened UIMA-1437:
---------------------------------


Some of the extended tests in the UIMA AS test suite sometimes hang. The two tests observed to hang occasionally are: testQueisceAndStop() and testAsynchronousTerminate

> Fix UIMA AS testcase code to address intermittent hangs
> -------------------------------------------------------
>
>                 Key: UIMA-1437
>                 URL: https://issues.apache.org/jira/browse/UIMA-1437
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>             Fix For: 2.3AS
>
>
> A recent fix that introduced a SharedConnection object exposed a threading problem in the testcase code. Testcases in the extended suite were not being completely cleaned up between runs. Some of the threads from a previous testcase were still running in a new testcase. Modify the testcase code to make sure that all threads are finished before starting another testcase.

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


[jira] Closed: (UIMA-1437) Fix UIMA AS testcase code to address intermittent hangs

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

Jerry Cwiklik closed UIMA-1437.
-------------------------------

    Resolution: Fixed

modified quiesceAndStop() to pass in an array of container ids to the spinShutdownThread() method to allow it to stop all containers not just the one which hosts the aggregate. Also extended the run to 3 CASes from 2 to make sure the stop is sent while the aggregate still processes CASes

> Fix UIMA AS testcase code to address intermittent hangs
> -------------------------------------------------------
>
>                 Key: UIMA-1437
>                 URL: https://issues.apache.org/jira/browse/UIMA-1437
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>            Priority: Blocker
>             Fix For: 2.3AS
>
>
> A recent fix that introduced a SharedConnection object exposed a threading problem in the testcase code. Testcases in the extended suite were not being completely cleaned up between runs. Some of the threads from a previous testcase were still running in a new testcase. Modify the testcase code to make sure that all threads are finished before starting another testcase.

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