You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (JIRA)" <ji...@apache.org> on 2018/08/03 08:05:00 UTC

[jira] [Comment Edited] (IGNITE-9170) .NET: Test CachePartitionedAtomicNearEnabledTest.TestRebalance hangs

    [ https://issues.apache.org/jira/browse/IGNITE-9170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16567818#comment-16567818 ] 

Maxim Muzafarov edited comment on IGNITE-9170 at 8/3/18 8:04 AM:
-----------------------------------------------------------------

Issue is caused by this line, if the first cache group in a list has {{CachMode.LOCAL}}
{code:java|title=GridCachePartitionExchangeManager.java\:2608}
if (resVer == null)
    resVer = grp.topology().readyTopologyVersion();
{code}


was (Author: mmuzaf):
Issue is caused by this line, if the first cache group in a list has {{CachMode.LOCAL}}
{code:java}
if (resVer == null)
    resVer = grp.topology().readyTopologyVersion();
{code}

> .NET: Test CachePartitionedAtomicNearEnabledTest.TestRebalance hangs
> --------------------------------------------------------------------
>
>                 Key: IGNITE-9170
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9170
>             Project: Ignite
>          Issue Type: Test
>    Affects Versions: 2.6
>            Reporter: Maxim Muzafarov
>            Assignee: Maxim Muzafarov
>            Priority: Major
>              Labels: .NET, MakeTeamcityGreenAgain
>             Fix For: 2.7
>
>
> Test hangs {{CachePartitionedAtomicNearEnabledTest.CacheAbstractTest.TestRebalance}}
> {code}
> [Apache.Ignite.Core.Tests.exe] Apache.Ignite.Core.Tests.Cache.CachePartitionedAtomicNearEnabledTest.CacheAbstractTest.TestRebalance (1h:57m:24s)
> {code}
> https://ci.ignite.apache.org/viewLog.html?tab=buildLog&logTab=tree&filter=debug&expand=all&buildId=1575775&_focus=4725#_state=



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)