You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2009/10/14 09:24:31 UTC

[jira] Resolved: (FELIX-1752) [Karaf] Extend DefaultJDBCLock to support MySQL out of the box.

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

Guillaume Nodet resolved FELIX-1752.
------------------------------------

    Resolution: Fixed
      Assignee: Guillaume Nodet

Committing to https://svn.apache.org/repos/asf/felix/trunk ...
	A	karaf/main/src/main/java/org/apache/felix/karaf/main/MySQLJDBCLock.java
	M	karaf/main/src/main/java/org/apache/felix/karaf/main/Statements.java
Committed r825040


> [Karaf] Extend DefaultJDBCLock to support MySQL out of the box.
> ---------------------------------------------------------------
>
>                 Key: FELIX-1752
>                 URL: https://issues.apache.org/jira/browse/FELIX-1752
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>            Reporter: Jamie goodyear
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.0.2
>
>         Attachments: FELIX-1752.patch
>
>
> This is to ensure that the DefaultJDBCLock implementation works with MySQL.
> The MySQL 'lock table' mechanism may be used to allow a master process to hold a locking table from slave instances. When the master instance losses connection with the DB the lock is broken allowing a slave instance to take over processing.

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