]
Radim Vansa updated ISPN-6936:
------------------------------
Component/s: Core
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.Beta1
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.