Comment 31 for bug 1399272

Revision history for this message
Denis M. (dmakogon) wrote :

Hello to All, i've been looking at https://bugs.launchpad.net/fuel/+bug/1399272 and i think i was able to figure out why such problem is happening, it takes certain time to rebalance rabbitmq cluster (this is a rabbitmq workflow), so when cluster is in "shutdown" state (actual rebalancing), there's no way to consume or publish messages, my first suggestion is to increase reconnection time (see rabbit_retry_interval) from 5 seconds to at least 20 seconds. But mostly this timeout depends on how long rabbitmq cluster takes time to rebalance.