Alexey Kuznetsov created IGNITE-8073:
----------------------------------------

             Summary: Cache read metric is calculated incorrectly in atomic 
cache.
                 Key: IGNITE-8073
                 URL: https://issues.apache.org/jira/browse/IGNITE-8073
             Project: Ignite
          Issue Type: Bug
          Components: cache
            Reporter: Alexey Kuznetsov


In atomic cache with near enabled we perform put and remove operations.
After it, get operation is called.
Now, cache 'read' metric is calculated incorrectly, because it takes into 
account near cache entry.

Reproducer is attached.

Note that remove operation untracks 'reader' node from dht cache entry, but 
near cache entry still exists. The following test checks it :
GridCacheAtomicNearCacheSelfTest#checkNearCache, see checkReaderRemove().



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

Reply via email to