You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (JIRA)" <ji...@apache.org> on 2019/03/17 06:55:00 UTC

[jira] [Commented] (IGNITE-7152) Failure detection timeout don't work on permanent send message errors causing infinite loop

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

Ignite TC Bot commented on IGNITE-7152:
---------------------------------------

{panel:title=--&gt; Run :: All: Possible Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}SPI{color} [[tests 14|https://ci.ignite.apache.org/viewLog.html?buildId=3331207]]
* IgniteSpiTestSuite: TcpDiscoverySelfTest.testOrdinaryNodeLeave - 0,0% fails in last 356 master runs.
* IgniteSpiTestSuite: IgniteDiscoveryMassiveNodeFailTest.testMassiveFailSelfKill - 0,0% fails in last 356 master runs.
* IgniteSpiTestSuite: IgniteDiscoveryMassiveNodeFailTest.testMassiveFailAndRecovery - 0,0% fails in last 356 master runs.
* IgniteSpiTestSuite: TcpDiscoverySslSelfTest.testJoinTimeout - 0,0% fails in last 356 master runs.
* IgniteSpiTestSuite: TcpDiscoverySelfTest.testJoinTimeout - 0,0% fails in last 356 master runs.
* IgniteSpiTestSuite: TcpDiscoverySslTrustedSelfTest.testJoinTimeout - 0,0% fails in last 356 master runs.
* IgniteSpiTestSuite: IgniteDiscoveryMassiveNodeFailTest.testRecoveryOnDisconnect - 0,0% fails in last 356 master runs.
* IgniteSpiTestSuite: TcpDiscoverySslTrustedSelfTest.testNodeWithReceiptFailure
* IgniteSpiTestSuite: TcpDiscoverySslSelfTest.testOrdinaryNodeLeave - 0,0% fails in last 356 master runs.
* IgniteSpiTestSuite: TcpDiscoverySslSelfTest.testNodeWithReceiptFailure
* IgniteSpiTestSuite: TcpDiscoverySslTrustedSelfTest.testOrdinaryNodeLeave - 0,0% fails in last 356 master runs.
* IgniteSpiTestSuite: TcpDiscoverySelfTest.testNodeWithReceiptFailure

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=3322414&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Failure detection timeout don't work on permanent send message errors causing infinite loop
> -------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-7152
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7152
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 2.3
>            Reporter: Alexandr Kuramshin
>            Assignee: Stanilovsky Evgeny
>            Priority: Critical
>             Fix For: 2.8
>
>         Attachments: testFailureDetectionOnReceiptError.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Relative to {{RingMessageWorker.sendMessageAcrossRing}} implementation.
> {{IgniteSpiOperationTimeoutHelper}} reinitialized every time the socket successfully connected.
> If any of {{IOException, IgniteCheckedException}} occurs upon message send the socket will be closed and old {{IgniteSpiOperationTimeoutHelper}} will be used to reconnect.
> But after successful reconnect the new one will be created and the cycle repeat. With a permanent send message error this causes an infinite loop.
> The only send error which may cause to exit out of the loop and the next node failure is {{IgniteSpiOperationTimeoutException, SocketTimeoutException, SocketException}}.



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