You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Carl Harris (JIRA)" <ji...@apache.org> on 2013/10/02 17:18:42 UTC

[jira] [Commented] (AMQ-4694) add support for flock-based shared lock file (patch included)

    [ https://issues.apache.org/jira/browse/AMQ-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13784059#comment-13784059 ] 

Carl Harris commented on AMQ-4694:
----------------------------------

Any chance I could get someone to merge this patch prior to the 5.9 release?

> add support for flock-based shared lock file (patch included)
> -------------------------------------------------------------
>
>                 Key: AMQ-4694
>                 URL: https://issues.apache.org/jira/browse/AMQ-4694
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 5.8.0
>            Reporter: Carl Harris
>         Attachments: patch.txt, README.patch.txt
>
>
> This issue provides a patch to add support for using native flock (2) based lock files.  As discussed in AMQ-4378, using the Shared File System Master/Slave configuration on an OCFS2 filesystem is complicated by Java's use of POSIX locks.  See the attached README for motivation and description of the approach.
> With this patch, a user can configure KahaDB to use a shared native lock file (using flock) as follows:
> {code:xml}
> <persistenceAdapter>
>   <kahaDB ...>
>     <locker>
>        <shared-native-file-locker/>
>     </locker>
>   </kahaDB>
> </persistenceAdapter>
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)