Hi! I have a 2 node cluster running for a prototype we are developing, it handles over 1000 queues and over 1000 msg/s when running at full speed. We had an issue recently with some run away processes that published messages from production app servers vi the php library:<div><br></div><div>https://github.com/videlalvaro/php-amqplib<br></div><div><br></div><div>The cause of that is still under investigation, but it left many thousands of 'stale' idle connections that rabbit was maintaining. Attempting to stop/start each node hangs indefinitely, the only way get a full restart of the server is to actually restart the hardware. I see 58 'status' processes attributed to rabbit:</div><div><br></div><div><div>rabbitmq 16066 16033 &nbsp;0 Mar18 ? &nbsp; &nbsp; &nbsp; &nbsp;00:00:00 inet_gethost 4</div><div>rabbitmq 16067 16066 &nbsp;0 Mar18 ? &nbsp; &nbsp; &nbsp; &nbsp;00:00:00 inet_gethost 4</div><div>root &nbsp; &nbsp; 17713 20340 &nbsp;0 05:27 ? &nbsp; &nbsp; &nbsp; &nbsp;00:00:00 /bin/sh /etc/init.d/rabbitmq-server status</div><div>root &nbsp; &nbsp; 17716 17713 &nbsp;0 05:27 ? &nbsp; &nbsp; &nbsp; &nbsp;00:00:00 /bin/sh /usr/sbin/rabbitmqctl status</div><div>root &nbsp; &nbsp; 17725 17716 &nbsp;0 05:27 ? &nbsp; &nbsp; &nbsp; &nbsp;00:00:00 su rabbitmq -s /bin/sh -c /usr/lib/rabbitmq/bin/rabbitmqctl &nbsp;"status"</div><div>rabbitmq 17726 17725 &nbsp;0 05:27 ? &nbsp; &nbsp; &nbsp; &nbsp;00:00:00 /usr/lib64/erlang/erts-5.8.5/bin/beam.smp -- -root /usr/lib64/erlang -progname erl -- -home /var/lib/rabbitmq -- -pa /usr/lib/rabbitmq/lib/rabbitmq_server-3.0.1/sbin/../ebin -noshell -noinput -hidden -sname rabbitmqctl17726 -s rabbit_control_main -nodename rabbit@rabbit -extra status</div></div><div><br></div><div><br></div><div>When stopping the node I see this in the log file:</div><div><div>=INFO REPORT==== 19-Mar-2013::11:18:32 ===</div><div>Stopping RabbitMQ</div><div><br></div><div>=INFO REPORT==== 19-Mar-2013::11:18:32 ===</div><div>&nbsp; &nbsp; application: rabbitmq_management_visualiser</div><div>&nbsp; &nbsp; exited: stopped</div><div>&nbsp; &nbsp; type: temporary</div><div><br></div><div>=INFO REPORT==== 19-Mar-2013::11:18:32 ===</div><div>&nbsp; &nbsp; application: rabbitmq_federation_management</div><div>&nbsp; &nbsp; exited: stopped</div><div>&nbsp; &nbsp; type: temporary</div></div><div><br></div><div><br></div><div>Has anyone see issues with many thousands of stale connections, in combination with many status processes and hanging stop/start? Currently there are are no producers or consumers connected to this box.</div><div><br></div><div>Thanks!</div>