You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Semen Boikov (JIRA)" <ji...@apache.org> on 2015/03/23 14:09:11 UTC

[jira] [Created] (IGNITE-560) Assert in GridCacheMapEntry.innerUpdate (invalid entry)

Semen Boikov created IGNITE-560:
-----------------------------------

             Summary: Assert in GridCacheMapEntry.innerUpdate (invalid entry)
                 Key: IGNITE-560
                 URL: https://issues.apache.org/jira/browse/IGNITE-560
             Project: Ignite
          Issue Type: Bug
          Components: cache
            Reporter: Semen Boikov
             Fix For: sprint-3


Test GridCacheAtomicNearRemoveFailureTest  fails on TC with internal assert:
{noformat}
java.lang.AssertionError: Invalid entry [entry=GridNearCacheEntry [primaryNodeId=843ee333-bd8d-461e-add9-2a0f92b087cc, dhtVer=null, part=298, super=GridDistributedCacheEntry [super=GridCacheMapEntry [key=KeyCacheObjectImpl [val=7466, hasValBytes=true], val=CacheObjectImpl [val=12, hasValBytes=true], startVer=1427115275379, ver=GridCacheVersion [topVer=38595272, nodeOrderDrId=1, globalTime=1427115270461, order=1427115275377], hash=-653625922, extras=null, flags=1]]], locNodeId=7b78f23c-97de-46c8-80fe-0fdd3f6f2550]
    at org.apache.ignite.internal.processors.cache.GridCacheMapEntry.innerUpdate(GridCacheMapEntry.java:2049)
    at org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache.processNearAtomicUpdateResponse(GridNearAtomicCache.java:217)
    at org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache.processNearAtomicUpdateResponse(GridNearAtomicCache.java:167)
    at org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture.updateNear(GridNearAtomicUpdateFuture.java:401)
    at org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture.onResult(GridNearAtomicUpdateFuture.java:367)
    at org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.processNearAtomicUpdateResponse(GridDhtAtomicCache.java:2431)
    at org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.access$700(GridDhtAtomicCache.java:68)
    at org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache$6.apply(GridDhtAtomicCache.java:201)
    at org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache$6.apply(GridDhtAtomicCache.java:199)
    at org.apache.ignite.internal.processors.cache.GridCacheIoManager.processMessage(GridCacheIoManager.java:299)
{noformat}



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