Anton Kalashnikov created IGNITE-8940:
-----------------------------------------
Summary: Activation job hangs(IgniteChangeGlobalStateTest#testFailGetLock)
Key: IGNITE-8940
URL:
https://issues.apache.org/jira/browse/IGNITE-8940 Project: Ignite
Issue Type: Test
Reporter: Anton Kalashnikov
given:
# Cluster consisted from 3 nodes which should fail activation cause "can't get lock"
# 3 clients for cluster
when:
# Try to activate cluster from one of client
# Activation job start execution on one of 3 server nodes
# Activation triggered exchange
# Exchange is finished with error cause lock can not be acquired
then:
If job is executed on coordinator, its future successfuly finished otherwise job is hang
expected:
Job is finished on any nodes.
why it is happen:
During handling of GridDhtPartitionsFullMessage on non-coordinator node, execution finished before job's future finished cause if clause(GridDhtPartitionsExchangeFuture#3230)
Reason of this maybe task of
https://issues.apache.org/jira/browse/IGNITE-8657
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)