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 2021/03/10 17:58:00 UTC

[jira] [Commented] (IGNITE-14224) Extend logging of client failure handling.

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

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

{panel:title=Branch: [pull/8824/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8824/head] Base: [master] : New Tests (1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Java Client{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=5908337]]
* {color:#013220}IgniteClientTestSuite: IgniteClientFailuresTest.testExchangeWorkerIsNotTreatedAsBlockedWhenClientNodeFails - PASSED{color}

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

> Extend logging of client failure handling.
> ------------------------------------------
>
>                 Key: IGNITE-14224
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14224
>             Project: Ignite
>          Issue Type: Improvement
>          Components: clients
>    Affects Versions: 2.9.1
>            Reporter: Stanilovsky Evgeny
>            Assignee: Stanilovsky Evgeny
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> # "Finished serving remote node connection " but this message doesn't contain node id, it should be added (check org.apache.ignite.spi.discovery.tcp.ServerImpl.SocketReader#body).
>  # When client worker is removed from clientMsgWorkers, org.apache.ignite.internal.util.IgniteUtils#closeQuiet(java.lang.AutoCloseable) is used to close the socket, we don't see any exception if it has happened, closeQuiet should be replaced with org.apache.ignite.internal.util.IgniteUtils#close(java.lang.AutoCloseable, org.apache.ignite.IgniteLogger) which works in the same way but prints exception.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)