[ 
https://issues.apache.org/jira/browse/IGNITE-11567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stanilovsky Evgeny resolved IGNITE-11567.
-----------------------------------------
    Resolution: Not A Bug

> runFailureDetectionOnReceiptError fail with SocketTimeoutException would be 
> thrown.
> -----------------------------------------------------------------------------------
>
>                 Key: IGNITE-11567
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11567
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 2.7
>            Reporter: Stanilovsky Evgeny
>            Priority: Major
>             Fix For: 2.8
>
>
> after working under  [1] i found that if 
> {code:java}SocketTimeoutException{code} would be thrown from readReceipt, 
> test 
> {code}org.apache.ignite.spi.discovery.tcp.TcpDiscoverySelfTest#runFailureDetectionOnReceiptError{code}
>  will fail, i suppose it`s due to {code} 
> org.apache.ignite.spi.discovery.tcp.ServerImpl#sendMessageDirectly
> org.apache.ignite.spi.IgniteSpiOperationTimeoutHelper#checkFailureTimeoutReached
>  {code} 
> and 
> {code}
> if (X.hasCause(e, IgniteSpiOperationTimeoutException.class, 
> SocketTimeoutException.class, SocketException.class))
>             return true;
> {code} logic, need further alalysis.
> [1] https://issues.apache.org/jira/browse/IGNITE-7152



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

Reply via email to