-
Feature Request
-
Resolution: Done
-
Major
-
3.2.5
-
None
Just like JGRP-1410 there is a custom ThreadGroup org.jgroups.protocols.TP.ChannelThreadGroup which is not destroyed so the parent thread group will keep a reference and keep the classloader from being garbage collected. There is actually code for destroying the thread groups (line 1026-1030) but for some reason it is commented out.
- relates to
-
JGRP-1410 globalThreadGroup not destroyed creates a classloader memory leak
- Resolved