You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2016/03/25 19:42:25 UTC

[jira] [Created] (IGNITE-2898) Optimize putIfAbsent optimistic call in a case of cache miss

Alexey Goncharuk created IGNITE-2898:
----------------------------------------

             Summary: Optimize putIfAbsent optimistic call in a case of cache miss
                 Key: IGNITE-2898
                 URL: https://issues.apache.org/jira/browse/IGNITE-2898
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 1.5.0.final
            Reporter: Alexey Goncharuk


Suppose a cache putIfAbsent is run on a primary node and the cache is empty. Currently putIfAbsent will call loadMissing() which will result in a SingleGetFuture creation.
It looks like we can avoid it if we are on a primary node and rebalancing is finished.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)