[
https://issues.apache.org/jira/browse/IGNITE-10666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Semen Boikov resolved IGNITE-10666.
-----------------------------------
Resolution: Fixed
Assignee: (was: Semen Boikov)
'Get' operation on near cache client updates value in near cache entry using
method GridNearCacheEntry.loadedValue. This method assumes that field
'GridNearCacheEntry.dhtVer' contains latest version, but 'dhtVer' was not
changed after updates in atomic cache. This was fixed
(859b37cc8016e4d12178d80e717bd52f992d6e34).
> Incorrect value in near cache after concurrent client get and update from
> server
> --------------------------------------------------------------------------------
>
> Key: IGNITE-10666
> URL: https://issues.apache.org/jira/browse/IGNITE-10666
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.7
> Reporter: Semen Boikov
> Priority: Major
> Fix For: 2.8
>
>
> Tests GridNearCacheStoreUpdateTest
> testTransactionAtomicUpdateNear/testAtomicUpdateNear sometimes fail: after
> concurrent get from client with near cache and put from server, sometimes
> near cache contains outdated value.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)