[jira] [Updated] (IGNITE-11865) FailureProcessor treats tcp-comm-worker as blocked when it works on reestablishing connect to failed client node

2019-05-24 Thread Dmitriy Govorukhin (JIRA)


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

Dmitriy Govorukhin updated IGNITE-11865:

Ignite Flags:   (was: Docs Required)

> FailureProcessor treats tcp-comm-worker as blocked when it works on 
> reestablishing connect to failed client node
> 
>
> Key: IGNITE-11865
> URL: https://issues.apache.org/jira/browse/IGNITE-11865
> Project: Ignite
>  Issue Type: Bug
>Affects Versions: 2.7
>Reporter: Sergey Chugunov
>Assignee: Sergey Chugunov
>Priority: Minor
> Fix For: 2.8
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When client node fails tcp-comm-worker thread on server keeps trying to 
> reestablish connection to the client until failed node is removed from 
> topology (on expiration of clientFailureDetectionTimeout).
> As tcp-comm-worker thread doesn't update its heartbeats from internal loops 
> FailureProcessor considers it as blocked and prints out misleading message to 
> logs along with full thread dump.
> To avoid polluting logs with unnecessary messages we need to teach 
> tcp-comm-worker how to update its heartbeat timestamp in FailureProcessor.



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


[jira] [Updated] (IGNITE-11865) FailureProcessor treats tcp-comm-worker as blocked when it works on reestablishing connect to failed client node

2019-05-24 Thread Sergey Chugunov (JIRA)


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

Sergey Chugunov updated IGNITE-11865:
-
Reviewer: Dmitriy Govorukhin

> FailureProcessor treats tcp-comm-worker as blocked when it works on 
> reestablishing connect to failed client node
> 
>
> Key: IGNITE-11865
> URL: https://issues.apache.org/jira/browse/IGNITE-11865
> Project: Ignite
>  Issue Type: Bug
>Affects Versions: 2.7
>Reporter: Sergey Chugunov
>Assignee: Sergey Chugunov
>Priority: Minor
> Fix For: 2.8
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When client node fails tcp-comm-worker thread on server keeps trying to 
> reestablish connection to the client until failed node is removed from 
> topology (on expiration of clientFailureDetectionTimeout).
> As tcp-comm-worker thread doesn't update its heartbeats from internal loops 
> FailureProcessor considers it as blocked and prints out misleading message to 
> logs along with full thread dump.
> To avoid polluting logs with unnecessary messages we need to teach 
> tcp-comm-worker how to update its heartbeat timestamp in FailureProcessor.



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