You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2009/06/26 22:03:47 UTC

[jira] Created: (FELIX-1279) Framework.waitForStop() does not obey timeout

Framework.waitForStop() does not obey timeout
---------------------------------------------

                 Key: FELIX-1279
                 URL: https://issues.apache.org/jira/browse/FELIX-1279
             Project: Felix
          Issue Type: Bug
          Components: Framework, Specification compliance
    Affects Versions: felix-1.8.1
            Reporter: Richard S. Hall
            Assignee: Richard S. Hall
            Priority: Minor
             Fix For: felix-2.0.0


Framework.waitForStop() uses ThreadGate to cause threads to wait for the framework to shutdown. Unfortunately, ThreadGate.await(long) was basically ignoring the timeout value.

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


[jira] Closed: (FELIX-1279) Framework.waitForStop() does not obey timeout

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall closed FELIX-1279.
----------------------------------

    Resolution: Fixed

Committed a fix.

> Framework.waitForStop() does not obey timeout
> ---------------------------------------------
>
>                 Key: FELIX-1279
>                 URL: https://issues.apache.org/jira/browse/FELIX-1279
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework, Specification compliance
>    Affects Versions: felix-1.8.1
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>            Priority: Minor
>             Fix For: felix-2.0.0
>
>
> Framework.waitForStop() uses ThreadGate to cause threads to wait for the framework to shutdown. Unfortunately, ThreadGate.await(long) was basically ignoring the timeout value.

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