]
William Burns reassigned ISPN-5486:
-----------------------------------
Assignee: William Burns
SemaphoreCompletionService exceptions are never checked
-------------------------------------------------------
Key: ISPN-5486
URL:
https://issues.jboss.org/browse/ISPN-5486
Project: Infinispan
Issue Type: Bug
Components: State Transfer
Affects Versions: 7.2.1.Final
Reporter: William Burns
Assignee: William Burns
Priority: Blocker
Fix For: 7.2.2.Final, 8.0.0.Alpha1
StateConsumerImpl and LocalTopologyManagerImpl both submit tasks to the
SemaphoreCompletionService. They drain these tasks, however they never check for any
exceptions. This means if there is any kind of exception while running inside this
completion service the exception is never displayed anywhere is is silently ignored.