]
Dan Berindei updated ISPN-12147:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
NonStrictAccessDelegate ignores cache exceptions
------------------------------------------------
Key: ISPN-12147
URL:
https://issues.redhat.com/browse/ISPN-12147
Project: Infinispan
Issue Type: Bug
Components: Hibernate Cache
Affects Versions: 11.0.1.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Major
Fix For: 12.0.0.Dev01
{{NonStrictAccessDelegate#putFromLoad()}} invokes {{FunctionalMap.eval()}} and checks
that the returned future is completed with {{isDone()}}. It does not check if there was
any exception, so any exception is ignored.