You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2019/08/02 20:36:42 UTC

[GitHub] [activemq-artemis] clebertsuconic opened a new pull request #2782: ARTEMIS-2441 Separate Lock Files

clebertsuconic opened a new 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:
users@infra.apache.org


With regards,
Apache Git Services