You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Pereslegin (JIRA)" <ji...@apache.org> on 2018/10/11 15:10:00 UTC

[jira] [Created] (IGNITE-9858) [Test Failed] SystemCacheNotConfiguredTest#test flaky fails on TC (timeout).

Pavel Pereslegin created IGNITE-9858:
----------------------------------------

             Summary: [Test Failed] SystemCacheNotConfiguredTest#test flaky fails on TC (timeout).
                 Key: IGNITE-9858
                 URL: https://issues.apache.org/jira/browse/IGNITE-9858
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.6
            Reporter: Pavel Pereslegin
            Assignee: Pavel Pereslegin
             Fix For: 2.8


SystemCacheNotConfiguredTest hangs sometimes on TeamCity (timeout).

Example of such failures on master branch: [https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&buildTypeId=&tab=testDetails&testNameId=-2762467041583095183&order=TEST_STATUS_DESC&itemsCount=50&branch_IgniteTests24Java8=%3Cdefault%3E]

Typically client node cannot join server, when client discovery SPI initializes before server discovery, because ipfinder don't registers local node addresses (see TcpDiscoveryIpFinderAdapter#initializeLocalAddresses).


{noformat}
[2018-10-11 18:03:49,794][WARN ][tcp-client-disco-msg-worker-#57%client%][TcpDiscoverySpi] IP finder returned empty addresses list. Please check IP finder configuration. Will retry every 2000 ms. Change 'reconnectDelay' to configure the frequency of retries.{noformat}



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