[rabbitmq-discuss] RabbitMQ - StackOverflowError

Matthew Sackman matthew at rabbitmq.com
Fri Feb 25 00:21:00 GMT 2011


On Fri, Feb 25, 2011 at 05:35:16AM +0530, GMail wrote:
> Using version 1.8.1. Trying to understand what could be the root cause. 

The algorithm in use is recursive and seems to be exploding Java's
stack. We don't think there's anything functionally wrong with the
algorithm employed other than the fact it's recursive. It's currently
being rewritten to be less recursive.

> Saw one thing that lot of channels are being created but not closed. Can that be the reason?

We think it's likely to go wrong if the channel numbers are heavily
fragmented.

Matthew


More information about the rabbitmq-discuss mailing list