Skip to content

Compatibility rabbitmq with glusterfs StorageClass #2658

Discussion options

You must be logged in to vote

Neither RabbitMQ nor its underlying runtime or libraries have any dependencies on a specific filesystem.

Cannot open dets table

means that the node failed to open a DETS table. Those tables are backed by pretty basic files, nothing sophisticated. You can run the node under strace to see what specific file system operations are involved.

As far as using distributed filesystems for RabbitMQ node data goes, we recommend against it. These latency of such file systems can fluctuate greatly, and it is very important for real world throughput and latency of RabbitMQ. One thing that you absolutely cannot do with RabbitMQ nodes is to share their data directories (meaning multiple nodes use a sin…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2658 on November 25, 2020 11:37.