]
Tristan Tarrant updated ISPN-6768:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
CommandAwareRpcDispatcher channel listener can cause classloader
leaks
----------------------------------------------------------------------
Key: ISPN-6768
URL:
https://issues.jboss.org/browse/ISPN-6768
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.0.0.Alpha2, 8.1.4.Final, 8.2.2.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Priority: Blocker
Fix For: 8.1.5.Final, 9.0.0.Alpha3, 8.2.3.Final
CommandAwareRpcDispatcher registers a listener with the channel in its constructor, but
never unregisters it. Thus, if the channel persists following shutdown of the
CommandAwareRpcDispatcher (e.g. in WildFly), this will cause a classloader leak.
See linked issue for details.