It rules out using EFS for your locker implementation, but as Justin said,
pluggable lockers would allow you to put your data into an EFS but use
another mechanism for locking to determine ownership.  But obviously there
would need to be a fix to the code that figures out whether there's enough
space on the volume before that would work.

Tim

On Fri, Sep 2, 2016 at 4:17 PM, ishmeister <ibh...@visibilityltd.com> wrote:

> The issue is perhaps that EFS supports NFS4 but with the following
> limitations:
>
> http://docs.aws.amazon.com/efs/latest/ug/nfs4-unsupported-features.html
>
> In particular: "All locks in Amazon EFS are advisory, which means that READ
> and WRITE operations do not check for conflicting locks before the
> operation
> is executed."
>
> Whereas the ActiveMQ docs seem to be quite clear on this matter: "Note that
> the requirements of this failover system are a distributed file system like
> a SAN for which exclusive file locks work reliably."
>
> http://activemq.apache.org/shared-file-system-master-slave.html
>
> So I guess that effectively rules out using EFS.
>
>
>
> --
> View this message in context: http://activemq.2283324.n4.
> nabble.com/Active-MQ-Shared-File-System-Master-Slave-with-
> Elastic-File-System-tp4715818p4716132.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>

Reply via email to