]
Dan Berindei updated ISPN-6795:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Beta1
Resolution: Done
ClusteredGetResponseValidityFilter swallows exceptions
------------------------------------------------------
Key: ISPN-6795
URL:
https://issues.jboss.org/browse/ISPN-6795
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.0.0.Alpha2
Reporter: Radim Vansa
Assignee: Radim Vansa
Priority: Minor
Fix For: 9.0.0.Beta1
ClusteredGetValidityFilter does not accept exceptional responses. Therefore, if
there's a exception on the remote side when executing ClusteredGetCommand, it's
swallowed and TimeoutException is thrown instead.