]
Galder Zamarreño updated ISPN-5571:
-----------------------------------
Fix Version/s: 8.0.0.Final
CommandAwareRpcDispatcher submits delayed tasks that aren't
cancelled if completed before timeout
-------------------------------------------------------------------------------------------------
Key: ISPN-5571
URL:
https://issues.jboss.org/browse/ISPN-5571
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 8.0.0.Alpha2, 7.2.3.Final
Reporter: William Burns
Assignee: Dan Berindei
Fix For: 8.0.0.Beta1, 8.0.0.Final
CommandAwareRpcDispatcher submits async commands to a scheduled executor so that when
they time out they are completed. However the task is not removed when the command is
completed and thus the task will sit in memory for the duration of the timeout.