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

Erik Salter (JIRA) jira-events at lists.jboss.org
Thu Aug 1 11:32:26 EDT 2013


    [ https://issues.jboss.org/browse/ISPN-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794577#comment-12794577 ] 

Erik Salter commented on ISPN-3282:
-----------------------------------

https://github.com/infinispan/infinispan/pull/1997
                
> 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