I added -verbose:gc for that...
I could get a much cleaner run by removing the Pinger attributes on Pinger.close:
public void close()
| {
| if (future != null)
| {
| future.cancel(false);
| future = null;
| }
|
| closed = true;
|
| channel0.setHandler(null);
|
| extraHandler = null;
|
| connectionFailedAction = null;
|
| channel0 = null;
|
| }
|
extraHandler will have a reference to the PostOffice->MessagingService somehow (I
don't remember the exacts now.. but I could get more detail if needed).
I can't commit anything now as I have a bunch of debug/garbage on my work copy now.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249672#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...