Ilya Lantukh created IGNITE-8018:
------------------------------------

             Summary: Avoid unnecessary unswap(...) call in 
GridCacheMapEntry.initialValue(...)
                 Key: IGNITE-8018
                 URL: https://issues.apache.org/jira/browse/IGNITE-8018
             Project: Ignite
          Issue Type: Improvement
            Reporter: Ilya Lantukh


GridCacheMapEntry.initialValue(...) method executes unswap(...) to read entry 
version from PageMemory, but then it also executes storeValue(...) which writes 
new value if entry is obsolete. It means that the same entry is searched in 
PageMemory twice, which is not optimal.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to