[infinispan-issues] [JBoss JIRA] (ISPN-5699) Simplify entry wrapping

Dan Berindei (JIRA) issues at jboss.org
Tue Aug 25 12:16:42 EDT 2015


Dan Berindei created ISPN-5699:
----------------------------------

             Summary: Simplify entry wrapping
                 Key: ISPN-5699
                 URL: https://issues.jboss.org/browse/ISPN-5699
             Project: Infinispan
          Issue Type: Task
          Components: Core
    Affects Versions: 8.0.0.CR1
            Reporter: Dan Berindei
            Assignee: Dan Berindei
             Fix For: 8.0.0.Final


The entry wrapping should be more or less the same for all write commands. 

Currently we have some optimizations to skip wrapping in some cases, in the first phase we should probably keep them:
* Non-repeatable reads don't store anything in the context if the value is null
* Replace and remove store a null entry in the context
* PutForExternalRead doesn't store anything in the context if the value is non-null




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the infinispan-issues mailing list