]
Ryan Emerson resolved ISPN-7826.
--------------------------------
Resolution: Done
LocalClusterExecutor doesn't apply timeout properly upon
chaining
-----------------------------------------------------------------
Key: ISPN-7826
URL:
https://issues.jboss.org/browse/ISPN-7826
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: William Burns
Assignee: William Burns
Fix For: 9.1.0.Alpha1
LocalClusterExecutor was originally written assuming timeout would not work with a local
execution. Support was added later, but the chain methods when calling various filters
were not updated to reflect this. This can cause issues where timeout is not adhered to or
possibly RuntimeExceptions as timeout has to be greater than 0.