[ https://issues.apache.org/jira/browse/IGNITE-8327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444131#comment-16444131 ]
ASF GitHub Bot commented on IGNITE-8327: ---------------------------------------- GitHub user ilantukh opened a pull request: https://github.com/apache/ignite/pull/3878 IGNITE-8327 : Removed delaying CommunicationSpi from test. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8327 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3878.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 #3878 ---- commit 70db1f31ccaa595b3587dcebb0a272376664fca3 Author: Ilya Lantukh <ilantukh@...> Date: 2018-04-06T10:49:10Z ignite-8327 : Removed delaying CommunicationSpi from test. ---- > Node stop hangs because thread sleep blocks gateway lock > -------------------------------------------------------- > > Key: IGNITE-8327 > URL: https://issues.apache.org/jira/browse/IGNITE-8327 > Project: Ignite > Issue Type: Test > Reporter: Alexey Goncharuk > Assignee: Ilya Lantukh > Priority: Major > Labels: MakeTeamcityGreenAgain > > CacheBaselineTopologyTest#testAffinityAssignmentChangedAfterRestart > periodically hangs on TC because the test delay communication SPI blocks > thread under gateway lock for 1000 seconds. > It looks like we can change the delay communication SPI to > {{setRebalanceDelay=-1}}. -- This message was sent by Atlassian JIRA (v7.6.3#76005)