[infinispan-issues] [JBoss JIRA] (ISPN-3282) Optimize get() for null values

Erik Salter (JIRA) jira-events at lists.jboss.org
Fri Jun 28 10:23:21 EDT 2013


Erik Salter created ISPN-3282:
---------------------------------

             Summary: Optimize get() for null values
                 Key: ISPN-3282
                 URL: https://issues.jboss.org/browse/ISPN-3282
             Project: Infinispan
          Issue Type: Enhancement
          Components: Core API
    Affects Versions: 5.2.6.Final
            Reporter: Erik Salter
            Assignee: Mircea Markus


The current implementation of a get() operation for DIST-mode caches will return the first valid response if there is a value present.  Null values, though, require all owners to return.

For certain cache modes, null value handling can be optimized to be encapsulated in a SuccessfulResponse so that the operation can return on the first instance.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list