]
Will Burns resolved ISPN-11124.
-------------------------------
Fix Version/s: 11.0.0.Final
9.4.18.Final
Resolution: Done
This was fixed in ISPN-11020
REPL get optimiztion isn't applied for all calls
------------------------------------------------
Key: ISPN-11124
URL:
https://issues.redhat.com/browse/ISPN-11124
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 10.0.0.Final
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 11.0.0.Final, 9.4.18.Final
ISPN-5451 added in some optimizations for REPL reads to not use the interceptor stack.
Unfortunately this doesn't work as we now always invoke `getCacheEntryAsync` for
hotrod. We need to make sure the optimized code path is used in all cases. We also should
be using non blocking methods when possible as things like expiration can block
unexpectedly.