]
Sebastian Łaskawiec closed ISPN-6352.
-------------------------------------
ClusterExecutor.submitConsumer swallows exceptions thrown by the
consumer
-------------------------------------------------------------------------
Key: ISPN-6352
URL:
https://issues.jboss.org/browse/ISPN-6352
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 8.2.0.Final
Reporter: Dan Berindei
Assignee: William Burns
Fix For: 8.2.1.Final, 9.0.0.Final
When the remote/local function throws an exception, the {{TriConsumer}} receives the
exception as a parameter and can handle it. When the {{TriConsumer}} throws an exception,
however, that exception is hidden from the caller.