[
https://issues.apache.org/jira/browse/IGNITE-8940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16533596#comment-16533596
]
ASF GitHub Bot commented on IGNITE-8940:
----------------------------------------
GitHub user akalash opened a pull request:
https://github.com/apache/ignite/pull/4309
IGNITE-8940 force fail of testFailGetLock
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-8940
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4309.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4309
----
commit a6ec608d41c1f51fd26c91572309ac42434c80a7
Author: Anton Kalashnikov <kaa.dev@...>
Date: 2018-07-05T12:30:00Z
IGNITE-8940 force fail of testFailGetLock
----
> 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
> Priority: Major
>
> 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)