]
Dan Berindei updated ISPN-9353:
-------------------------------
Summary: CacheMgmtInterceptor doesn't handle exceptions in GetAllCommand
invocation (was: CacheMgmtInterceptor doesn't handle exceptions in GetAllCommand
results)
CacheMgmtInterceptor doesn't handle exceptions in GetAllCommand
invocation
--------------------------------------------------------------------------
Key: ISPN-9353
URL:
https://issues.jboss.org/browse/ISPN-9353
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.3.0.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.4.0.Alpha1
{{CacheMgmtIterator.visitGetAllCommand()}} assumes that the return value is non-null even
when an exception has been thrown, causing a {{NullPointerException}} that hides the
initial exception (e.g. an {{AvailabilityException}})