]
Gustavo Fernandes updated ISPN-5387:
------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
CompositeNotifyingFuture wraps throwable an additional time
-----------------------------------------------------------
Key: ISPN-5387
URL:
https://issues.jboss.org/browse/ISPN-5387
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 7.1.1.Final
Reporter: William Burns
Fix For: 7.2.0.CR1
The CompositeNotifyingFuture currently wraps a Throwable twice in an ExecutionException,
which can cause issues with code that traverses exception chains.