[ https://issues.apache.org/jira/browse/ARTEMIS-2441?focusedWorklogId=288239&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-288239 ]
ASF GitHub Bot logged work on ARTEMIS-2441: ------------------------------------------- Author: ASF GitHub Bot Created on: 02/Aug/19 20:36 Start Date: 02/Aug/19 20:36 Worklog Time Spent: 10m Work Description: clebertsuconic commented on pull request #2782: ARTEMIS-2441 Separate Lock Files URL: https://github.com/apache/activemq-artemis/pull/2782 Certain devices or file systems won't support record level locking. For that reason I am changing FileLockNodeManager to use separate files (one for each position) instead of using tryLock(position); A good example for this would be cephFS where channel.tryLock or channel.tryLock works but it fails at a record level. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 288239) Time Spent: 10m Remaining Estimate: 0h > Use separate file for locking broker and backup > ----------------------------------------------- > > Key: ARTEMIS-2441 > URL: https://issues.apache.org/jira/browse/ARTEMIS-2441 > Project: ActiveMQ Artemis > Issue Type: Improvement > Affects Versions: 2.9.0 > Reporter: clebert suconic > Assignee: clebert suconic > Priority: Major > Fix For: 2.10.0 > > Time Spent: 10m > Remaining Estimate: 0h > > Some file systems don't support positional locking (or record level). > > A current example I bumped into is ceph-fs, however, I have had issues with > record locking before with certain NFS versions, GFS and others. > > To make things better, I'm just splitting the locks to separate files, and > everything should still work the same while allowing these devices to work > seamless. -- This message was sent by Atlassian JIRA (v7.6.14#76016)