[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: FailoverTests consuming a lot of memory...
jmesnil
do-not-reply at jboss.com
Fri Dec 19 04:19:12 EST 2008
it's definitely a leak in the management code.
when the server is stopped, all the resources registered in JMX were not unregistered.
Clebert noticed that in the failover tests because they start/stop the server many times and registered many resources (e.g. one resource for each consumer queue) while never unregistering any.
I'll fix the code so that the resources are properly unregistered when the server is stopped.
I'll also reenable JMX in the failover tests
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197550#4197550
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197550
More information about the jboss-dev-forums
mailing list