[
https://issues.apache.org/jira/browse/FELIX-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840573#action_12840573
]
Chris Custine commented on FELIX-2129:
--------------------------------------
Applied patch from Jamie Goodyear.
> [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.