]
Tristan Tarrant closed ISPN-2174.
---------------------------------
Resolution: Out of Date
CommandAwareRpcDispatcher swallows thread interruptions
-------------------------------------------------------
Key: ISPN-2174
URL:
https://issues.jboss.org/browse/ISPN-2174
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 5.1.5.FINAL
Reporter: Michal Linhard
Assignee: Galder ZamarreƱo
Labels: jdg, jdg6
When interruption happens in FutureCollator.getResponseList() method
see
https://github.com/infinispan/infinispan/blob/5.1.x/core/src/main/java/or...
it is ignored and later wrongly dealt with as TimeoutException
(The original exception is not even set as cause anywhere)
This disables possibility of interrupting some cache operations.