[infinispan-issues] [JBoss JIRA] (ISPN-9212) Bypass interceptors for nontx REPL reads
William Burns (JIRA)
issues at jboss.org
Wed May 30 11:32:01 EDT 2018
[ https://issues.jboss.org/browse/ISPN-9212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
William Burns updated ISPN-9212:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/5997
> 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.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list