You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Daschinsky (Jira)" <ji...@apache.org> on 2021/12/03 10:19:00 UTC

[jira] [Created] (IGNITE-16054) Skipped attemnt to connect to other addesses in TcpDiscovery if SSL is enabled and first host is down.

Ivan Daschinsky created IGNITE-16054:
----------------------------------------

             Summary: Skipped attemnt to connect to other addesses in TcpDiscovery if SSL is enabled and first host is down.
                 Key: IGNITE-16054
                 URL: https://issues.apache.org/jira/browse/IGNITE-16054
             Project: Ignite
          Issue Type: Bug
            Reporter: Ivan Daschinsky


After IGNITE-4147, if node is attempting to connect to the first node and it is down, with enabled SSL, we mistakenly treaten {{SSLException}} as handshake error and fail fast without attempts to connect to others.

 We should examine cause of {{SSLException}} anf if it is instance of {{IOException}}, we should attempt to connect to other nodes.




--
This message was sent by Atlassian Jira
(v8.20.1#820001)