Re: Connecting to broker slows down

2013-05-27 Thread Priit
Seems to be a cluster problem - if i take one node down, slowdown doesn't happen. What i also noticed that sometimes cpu usage would rise out of the normal range (on both brokers) and would only go down when i stopped the network bridge (or restarted one of the brokers). Network connector setting

Re: Connecting to broker slows down

2013-05-15 Thread Priit
Brokers were slow at the time. Jvm max heap is set at 2048MB, starting the brokers clean memory usage usually starts from 200MB and slowly starts rising as more threads are being used. Usual thread usage will go up to about 300-400 on brokers together. Right now broker b is running 246 threads and

Re: Connecting to broker slows down

2013-05-15 Thread Christian Posta
Are the brokers sluggish at the moment of those thread dumps? You have 165 connections on broker A, 51 on broker B. Those numbers don't seem too bad. What does the JVM memory look like? What does the network look like between producers/consumers and broker? On Wed, May 15, 2013 at 12:04 AM, Priit

Re: Connecting to broker slows down

2013-05-15 Thread Priit
threaddump-2013-05-08---08-27-09_brokerB.txt threaddump-2013-05-08---08-27-15_brokerA.txt Th

Re: Connecting to broker slows down

2013-05-14 Thread Gary Tully
maybe post a thread dump of the broker. possibly if connections are not pooled and are never released you could see this but that would be reflected in fds and threads in use (so would appear as a memory leak). On 14 May 2013 13:41, Priit wrote: > Hey > > > I have a problem with the broker itself