[infinispan-issues] [JBoss JIRA] (ISPN-3282) Optimize get() for null values
Dan Berindei (JIRA)
issues at jboss.org
Wed Sep 21 08:22: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: Pull Request Sent (was: Open)
Git Pull Request: 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
> Affects Versions: 5.2.6.Final
> Reporter: Erik Salter
> Assignee: Erik Salter
>
> 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