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

Dan Berindei (JIRA) issues at jboss.org
Fri Sep 23 04:48:00 EDT 2016


     [ https://issues.jboss.org/browse/ISPN-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Berindei updated ISPN-3282:
-------------------------------
           Status: Resolved  (was: Pull Request Sent)
    Fix Version/s: 6.0.0.Final
       Resolution: Done


> Optimize get() for null values
> ------------------------------
>
>                 Key: ISPN-3282
>                 URL: https://issues.jboss.org/browse/ISPN-3282
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Core
>    Affects Versions: 5.2.6.Final
>            Reporter: Erik Salter
>            Assignee: Erik Salter
>             Fix For: 6.0.0.Final
>
>
> 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 was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list