[jboss-user] [Clustering] - Re: shutting down cluster node causes massive memory usage i

2009-10-02 Thread nikolay.elenkov
I did a bit more testing, and it seems that once I shut down n1, there is some increase in HashMap$Entry's and TreeMap$Entry's on n2. This is a test setup, so n2 is not servicing any requests when I stop n1. So I am guessing, it might have to do with the session being promoted from backup to

[jboss-user] [Clustering] - shutting down cluster node causes massive memory usage in ot

2009-10-01 Thread nikolay.elenkov
We have a two-node JBoss cluster (eap-4.2_cp06) with session and SFSB replication enabled. Apache with mod_jk does load balancing and failover, with sticky sessions. This set up is working with no problems most of the time. Due to some problems with an application (memory leaks), at some point

[jboss-user] [Clustering] - Re: shutting down cluster node causes massive memory usage i

2009-10-01 Thread nikolay.elenkov
Thank you for your reply. Those are our customer's servers, so I don't have a direct line to JBoss customer support, but I might try to have a ticket opened once I have something more concrete. I am planning on getting a heap dump when I get the chance to reproduce this, but I was wondering