You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Rakov (JIRA)" <ji...@apache.org> on 2017/06/16 15:44:00 UTC

[jira] [Created] (IGNITE-5526) Dynamic cache stop/start from non-affinity coordinator node hangs with AssertionError

Ivan Rakov created IGNITE-5526:
----------------------------------

             Summary: Dynamic cache stop/start from non-affinity coordinator node hangs with AssertionError
                 Key: IGNITE-5526
                 URL: https://issues.apache.org/jira/browse/IGNITE-5526
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 2.1
            Reporter: Ivan Rakov
            Assignee: Ivan Rakov
             Fix For: 2.1


Reproducer is in attachment.
{noformat}
[18:43:17,372][ERROR][exchange-worker-#29%dummy%][GridCachePartitionExchangeManager] Runtime error caught during grid runnable execution: GridWorker [name=partition-exchanger, igniteInstanceName=dummy, finished=false, hashCode=1561691363, interrupted=false, runner=exchange-worker-#29%dummy%]
java.lang.AssertionError
	at org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl.update(GridDhtPartitionTopologyImpl.java:1065)
	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.updateTopologies(GridDhtPartitionsExchangeFuture.java:688)
	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:592)
	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:1858)
	at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
	at java.lang.Thread.run(Thread.java:745)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)