GlusterFS as shared storage for ActiveMQ master/slave cluster

感情迁移 提交于 2019-12-24 05:37:12

问题


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:


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.



来源:https://stackoverflow.com/questions/9415265/glusterfs-as-shared-storage-for-activemq-master-slave-cluster

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!