|
|
| Author |
Message |
< RabbitMQ mailing list ~ broker goes down after many new connections started |
| Guest |
Posted: Wed Sep 16, 2009 5:09 pm |
|
|
|
Guest
|
We have a series of machines that we boot at once that all consume and produce messages on about 20 different queues all to the same broker. The broker has been terminating when these machines boot recently. We're not sure why. Here's some log data:
=ERROR REPORT==== 16-Sep-2009::11:48:52 ===
** Generic server <0.2390.0> terminating |
|
|
| Back to top |
|
| Guest |
Posted: Thu Sep 17, 2009 12:28 pm |
|
|
|
Guest
|
Brian,
Brian Whitman wrote:
> We have a series of machines that we boot at once that all consume and
> produce messages on about 20 different queues all to the same broker.
> The broker has been terminating when these machines boot recently.
The errors are indicating that rabbit is running out of file descriptors.
Either your clients are misbehaving and opening lots of connections when
they shouldn't (or perhaps they are not closing them properly), or the
fd limit set by the OS is too low.
Regards,
Matthias.
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
Post received from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Sat Sep 19, 2009 7:31 pm |
|
|
|
Guest
|
Matthias -- it appears to have been the fd count -- there was 1024, we upped it to 16384, and things have been stable since.Thanks
On Thu, Sep 17, 2009 at 8:28 AM, Matthias Radestock <matthias@lshift.net (matthias@lshift.net)> wrote:
Quote: Brian,
Brian Whitman wrote:
Quote: We have a series of machines that we boot at once that all consume and produce messages on about 20 different queues all to the same broker. The broker has been terminating when these machines boot recently.
The errors are indicating that rabbit is running out of file descriptors.
Either your clients are misbehaving and opening lots of connections when they shouldn't (or perhaps they are not closing them properly), or the fd limit set by the OS is too low.
Regards,
Matthias.
Post received from mailinglist |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|