[
https://issues.apache.org/jira/browse/IGNITE-13705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237396#comment-17237396
]
Ignite TC Bot commented on IGNITE-13705:
----------------------------------------
{panel:title=Branch: [pull/8484/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8484/head] Base: [master] : New Tests
(2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}SPI{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=5752457]]
* {color:#013220}IgniteSpiTestSuite:
TcpDiscoveryNetworkIssuesTest.testNotSequentialFailTwoNodes - PASSED{color}
* {color:#013220}IgniteSpiTestSuite:
TcpDiscoveryNetworkIssuesTest.testSequentialFailTwoNodes - PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5746209&buildTypeId=IgniteTests24Java8_RunAll]
> Fix middle node failed when failed next node and previous.
> ----------------------------------------------------------
>
> Key: IGNITE-13705
> URL: https://issues.apache.org/jira/browse/IGNITE-13705
> Project: Ignite
> Issue Type: Bug
> Reporter: Vladimir Steshin
> Assignee: Vladimir Steshin
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> The discovery ducktape test [1] has detected failure of third node in the
> middle of 2 simulateously failed nodes.
> Scenario:
> Two nodes fail at the same time. The nodes have relative places in the ring:
> N-1 and N+1.
> Node N detects failure of node N+1. Node N tries to connect to node N+2. Node
> N+2 checks backward connection to node N+1.
> Problem:
> Node N can fail too.
> Cause:
> The timeout on node N to recover connection to node N+2 appears shorter than
> timeout on node N+2 to check connection to N+1.
> Fix:
> Introduced a fundamental timeout value to check/recover connection based on
> current configuration. Not a constant. Mentioned above timeouts have been
> made relative. The timeout of backward connection check is now generally
> shorter than the timeout to recover connection.
> [1]
> https://github.com/apache/ignite/blob/ignite-ducktape/modules/ducktests/tests/ignitetest/tests/discovery_test.py
--
This message was sent by Atlassian Jira
(v8.3.4#803005)