GlusterFS as shared storage for ActiveMQ master/sl

2019-08-13 13:45发布

I want to setup an ActiveMQ cluster. As I encountered problems with shared nothing approach, I'd like to do it using shared filesystem. However, the ActiveMQ documentation warns about possible problems related to filesystem locks. As I'm not sure, I'd like to ask, if GlusterFS would be a good choice for shared filesystem.

1条回答
贪生不怕死
2楼-- · 2019-08-13 14:33

Shared-storage master-slave requires that the underlying file system supports network file locks. GlusterFS seems to support network locks going by the documentation (it's not 100% clear). Ultimately the best way to find out is to set it up and check.

If it doesn't you still have the option of falling back to a shared JDBC-based store.

查看更多
登录 后发表回答