[jira] [Created] (IGNITE-8018) Avoid unnecessary unswap(...) call in GridCacheMapEntry.initialValue(...)

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-8018) Avoid unnecessary unswap(...) call in GridCacheMapEntry.initialValue(...)

Anton Vinogradov (Jira)
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)