GitHub user bgutjahr opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1194

    ARTEMIS-1108: Removed AIOFileLockManager

    AIOFileLockManager doesn't work on NFS-mounted share store directories. 
Since the GFS2 bug https://bugzilla.redhat.com/show_bug.cgi?id=678585 has been 
fixed end of 2011, the class AIOFileLockManager is no longer needed and I have 
removed it.
    
        deleted:    
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/AIOFileLockNodeManager.java
        modified:   
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java
        modified:   
artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ColocatedActiveMQServer.java
        modified:   
tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/server/impl/FileLockTest.java

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bgutjahr/activemq-artemis filelockfix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1194.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1194
    
----
commit d1d9a7764fc8e51c6453900bf4aa4654c0531def
Author: Bernd Gutjahr <[email protected]>
Date:   2017-04-11T07:47:11Z

    ARTEMIS-1108: Removed AIOFileLockManager
    
    AIOFileLockManager doesn't work on NFS-mounted share store directories. 
Since the GFS2 bug https://bugzilla.redhat.com/show_bug.cgi?id=678585 has been 
fixed end of 2011, the class AIOFileLockManager is no longer needed and I have 
removed it.
    
        deleted:    
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/AIOFileLockNodeManager.java
        modified:   
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java
        modified:   
artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ColocatedActiveMQServer.java
        modified:   
tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/server/impl/FileLockTest.java

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to