You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Steshin (Jira)" <ji...@apache.org> on 2020/08/13 17:38:00 UTC

[jira] [Comment Edited] (IGNITE-13040) Remove unused parameter from TcpDiscoverySpi.writeToSocket()

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

Vladimir Steshin edited comment on IGNITE-13040 at 8/13/20, 5:37 PM:
---------------------------------------------------------------------

[~Kurinov], try to update master, merge it into the ticket's branch and re-run the tests. Then, keep re-running blockers. It should help. It could appear you have to re-run blockers approximately up to 5 times.
Also, you can check certain tests locally. Buy you should launch them on Linux/Mac.


was (Author: vladsz83):
[~Kurinov], try to update master, merge it into the ticket's branch and re-run the tests. Then, keep re-running blockers. It should help. It could appear you have to re-run blockers approximately up to 5 times.

> Remove unused parameter from TcpDiscoverySpi.writeToSocket()
> ------------------------------------------------------------
>
>                 Key: IGNITE-13040
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13040
>             Project: Ignite
>          Issue Type: Improvement
>         Environment:  
>            Reporter: Vladimir Steshin
>            Assignee: Aleksey Kurinov
>            Priority: Trivial
>              Labels: newbie
>
> Unused parameter
> {code:java}
> TcpDiscoveryAbstractMessage msg{code}
> should be removed from
> {code:java}
> TcpDiscoverySpi.writeToSocket(Socket sock, TcpDiscoveryAbstractMessage msg, byte[] data, long timeout){code}
> This method seems to send raw data, not a message.



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