marcoshack / sipana

Automatically exported from code.google.com/p/sipana
0 stars 0 forks source link

OutOfMemory in SipanaAgent with high traffic and constant server disconnection #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
SipanaAgent throws OutOfMemory exception after about 11 minutes when
capturing about 10 calls per second as showed in the jconsole screen shots
attached.

During these tests the server was restart a couple times and client
reconnected to it normally but as showed in the JConsole Thread graph a lot
of JMS client threads were hanged up, probably by a wrong use of the JMS
ConnectionFactory.

Original issue reported on code.google.com by marcoshack on 3 Feb 2009 at 3:44

Attachments:

GoogleCodeExporter commented 9 years ago
Performance label removed because it isn't a performance problem.

Original comment by marcoshack on 8 Apr 2009 at 3:35

GoogleCodeExporter commented 9 years ago
Wait Issue #10 completion before start working in this one. Replacing JMS 
sender by
the HTTP sender should fix this problem as the JMS code will be descarted.

Original comment by marcoshack on 20 May 2009 at 7:55