You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Chris Custine (JIRA)" <ji...@apache.org> on 2010/03/03 11:42:27 UTC

[jira] Resolved: (FELIX-2129) [Karaf] Possible hang with slave instances of Karaf when using Oracle JDBC lock.

     [ https://issues.apache.org/jira/browse/FELIX-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Custine resolved FELIX-2129.
----------------------------------

       Resolution: Fixed
    Fix Version/s: karaf 1.6.0

> [Karaf] Possible hang with slave instances of Karaf when using Oracle JDBC lock.
> --------------------------------------------------------------------------------
>
>                 Key: FELIX-2129
>                 URL: https://issues.apache.org/jira/browse/FELIX-2129
>             Project: Felix
>          Issue Type: Bug
>          Components: Karaf
>         Environment: Oracle XE Database backend for Karaf JDBC locking.
>            Reporter: Jamie goodyear
>            Assignee: Chris Custine
>             Fix For: karaf 1.6.0
>
>         Attachments: felix2129.txt
>
>
> Possible hang with slave instances of Karaf when using Oracle JDBC lock.
> If we start up the master and slave as normal, then try to stop the slave, it does not release its attempted JDBC lock, and therefore hangs during shutdown. If we then stop the master, the slave throws an error and finally exits.
> The problem is in the FOR UPDATE statement in setUpdateCursor, adding NOWAIT resolves the issue.
> I'll be supplying a patch for this.

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