You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Sergey Kozlov (JIRA)" <ji...@apache.org> on 2016/02/16 16:32:18 UTC

[jira] [Created] (IGNITE-2665) NPE in GridCacheIoManager

Sergey Kozlov created IGNITE-2665:
-------------------------------------

             Summary: NPE in GridCacheIoManager
                 Key: IGNITE-2665
                 URL: https://issues.apache.org/jira/browse/IGNITE-2665
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 1.6
            Reporter: Sergey Kozlov
            Priority: Critical


During load testing I got following exection:
{noformat}
[18:23:28,724][WARNING][sys-#22%null%][GridCacheSwapManager] <cache_fc0c122b_23_019136947229704726> Off-heap evictions s
tarted. You may wish to increase 'offHeapMaxMemory' in cache configuration [cache=cache_fc0c122b_23_019136947229704726,
offHeapMaxMemory=1000000]
[18:23:38,869][WARNING][sys-#24%null%][GridCacheSwapManager] <cache_19383db9_42_06241481972555586> Off-heap evictions st
arted. You may wish to increase 'offHeapMaxMemory' in cache configuration [cache=cache_19383db9_42_06241481972555586, of
fHeapMaxMemory=1000000]
[18:23:53,319][INFO][exchange-worker-#49%null%][GridCacheProcessor] Stopped cache: cache_19383db9_42_06241481972555586
[18:23:53,328][INFO][exchange-worker-#49%null%][GridCachePartitionExchangeManager] Skipping rebalancing (nothing schedul
ed) [top=AffinityTopologyVersion [topVer=5, minorTopVer=330], evt=DISCOVERY_CUSTOM_EVT, node=19383db9-63a8-4eaf-9af4-a60
b52e61e59]
[18:23:53,333][SEVERE][sys-#31%null%][GridCacheIoManager] Failed to process message [senderId=fc0c122b-3e95-4537-8999-5e
fb7a056d69, messageType=class o.a.i.i.processors.cache.distributed.near.GridNearTxFinishRequest]
java.lang.NullPointerException
        at org.apache.ignite.internal.processors.cache.GridCacheUtils.unwindEvicts(GridCacheUtils.java:1046)
        at org.apache.ignite.internal.processors.cache.GridCacheUtils.unwindEvicts(GridCacheUtils.java:1068)
        at org.apache.ignite.internal.processors.cache.GridCacheIoManager.processMessage(GridCacheIoManager.java:622)
        at org.apache.ignite.internal.processors.cache.GridCacheIoManager.onMessage0(GridCacheIoManager.java:303)
        at org.apache.ignite.internal.processors.cache.GridCacheIoManager.handleMessage(GridCacheIoManager.java:227)
        at org.apache.ignite.internal.processors.cache.GridCacheIoManager.access$100(GridCacheIoManager.java:81)
        at org.apache.ignite.internal.processors.cache.GridCacheIoManager$1.onMessage(GridCacheIoManager.java:186)
        at org.apache.ignite.internal.managers.communication.GridIoManager.processRegularMessage0(GridIoManager.java:821
)
        at org.apache.ignite.internal.managers.communication.GridIoManager.access$1600(GridIoManager.java:103)
        at org.apache.ignite.internal.managers.communication.GridIoManager$5.run(GridIoManager.java:784)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
[18:23:53,723][WARNING][exchange-worker-#49%null%][GridCacheProcessor] Eviction policy not enabled with ONHEAP_TIERED mo
de for cache (entries will not be moved to off-heap store): cache_19383db9_43_023020364857211784
{noformat}



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