]
William Burns updated ISPN-9212:
--------------------------------
Status: Open (was: New)
Bypass interceptors for nontx REPL reads
----------------------------------------
Key: ISPN-9212
URL:
https://issues.jboss.org/browse/ISPN-9212
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 9.3.0.Beta1
Reporter: William Burns
Assignee: William Burns
Fix For: 9.3.0.CR1
It should be possible to completely bypass the interceptor stack and directly query the
data container with a REPL cache. We just can only do this when it is non tx, has no
persistence. We would have to do stats and notifications manually.
It could even be possible to add this to all cache modes and fall back to the interceptor
stack if no entry was found. This would slow down the miss state minimally, however the
hot path would be increased many times.