[
https://issues.apache.org/jira/browse/IGNITE-16054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Daschinsky updated IGNITE-16054:
-------------------------------------
Description:
After IGNITE-4147, if node is attempting to connect to the first node and it is
down, with enabled SSL, we mistakenly treat {{SSLException}} as handshake error
and fail fast without attempts to connect to others.
We should examine cause of {{SSLException}} anf if it is an instance of
{{IOException}}, we should attempt to connect to other nodes.
was:
After IGNITE-4147, if node is attempting to connect to the first node and it is
down, with enabled SSL, we mistakenly treat {{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.
> Skipped attempt to connect to other TcpDiscovery nodes if SSL is enabled and
> first node from list is down.
> ----------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-16054
> URL: https://issues.apache.org/jira/browse/IGNITE-16054
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.11
> Reporter: Ivan Daschinsky
> Priority: Major
> Labels: discovery
>
> After IGNITE-4147, if node is attempting to connect to the first node and it
> is down, with enabled SSL, we mistakenly treat {{SSLException}} as handshake
> error and fail fast without attempts to connect to others.
> We should examine cause of {{SSLException}} anf if it is an instance of
> {{IOException}}, we should attempt to connect to other nodes.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)