You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Roman Kondakov (JIRA)" <ji...@apache.org> on 2019/01/17 13:22:00 UTC

[jira] [Created] (IGNITE-10967) Assertion error in log during ExchangeFuture init

Roman Kondakov created IGNITE-10967:
---------------------------------------

             Summary: Assertion error in log during ExchangeFuture init
                 Key: IGNITE-10967
                 URL: https://issues.apache.org/jira/browse/IGNITE-10967
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 2.7
            Reporter: Roman Kondakov
             Fix For: 2.8


There are some assertion errors occur in the log when test {{IgniteClientReconnectCacheTest#testReconnectMultinode}} is running. Looks like a wrong assertion. Should be investigated.


{noformat}
[2019-01-17 16:14:51,972][ERROR][exchange-worker-#635%internal.IgniteClientReconnectCacheTest7%][IgniteTestResources] Critical system error detected. Will be handled accordingly to configured handler [hnd=NoOpFailureHandler [super=AbstractFailureHandler [ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED, SYSTEM_CRITICAL_OPERATION_TIMEOUT]]], failureCtx=FailureContext [type=SYSTEM_WORKER_TERMINATION, err=java.lang.AssertionError]]
java.lang.AssertionError
	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:874)
	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:2886)
	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:2735)
	at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120)
	at java.lang.Thread.run(Thread.java:748)
{noformat}




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