Hi,<div><br></div><div>I'm trying to add 150 nodes to a RabbitMQ cluster. After around 50 nodes, the stop-reset-cluster-start iteration starts giving the error:</div><div><br></div><div><div>Stopping node rabbit@node130 ...</div>
<div>...done.</div><div>Resetting node rabbit@node130 ...</div><div>...done.</div><div>Clustering node rabbit@node130 with [rabbit@node117] ...</div><div>...done.</div><div>Starting node rabbit@node130 ...</div><div>Error: {cannot_start_application,rabbit,</div>
<div> {bad_return,</div><div> {{rabbit,start,[normal,[]]},</div><div> {'EXIT',{rabbit,failure_during_boot}}}}}</div></div><div><br></div><div>Note that I am sequentially adding nodes to build a cluster (as an initialization step) before creating any queues/exchanges or running any amqp script.</div>
<div><br></div><div>How do I solve this problem? Is it because RabbitMQ imposes a hard cluster size limit?</div><div><br></div><div>Also, does RabbitMQ scale well to around 1000 nodes?</div><div><br></div><div>Thanks</div>