]
Tristan Tarrant updated ISPN-6936:
----------------------------------
Fix Version/s: 9.0.0.Beta2
(was: 9.0.0.Beta1)
Propagate exceptions from functional invocation
-----------------------------------------------
Key: ISPN-6936
URL:
https://issues.jboss.org/browse/ISPN-6936
Project: Infinispan
Issue Type: Sub-task
Components: Core
Reporter: Radim Vansa
Assignee: Radim Vansa
Fix For: 9.0.0.Beta2
When a function passed to functional API throws an exception, this should be rethrown on
caller side without being wrapped into {{RemoteException}}s, and it should not be logged
by Infinispan on the way to caller.