[infinispan-issues] [JBoss JIRA] (ISPN-9212) Bypass interceptors for nontx REPL reads

William Burns (JIRA) issues at jboss.org
Fri May 25 15:35:00 EDT 2018


William Burns created ISPN-9212:
-----------------------------------

             Summary: 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.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list