[ https://issues.apache.org/jira/browse/IGNITE-5526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16052069#comment-16052069 ]
Ivan Rakov commented on IGNITE-5526: ------------------------------------ Pending TC run: http://ci.ignite.apache.org/viewQueued.html?itemId=671525 Please, review. > 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 > > Attachments: NonAffinityCoordinatorDynamicStartStopTest.java > > Original Estimate: 8h > Remaining Estimate: 8h > > 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)