]
William Burns updated ISPN-5387:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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.