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

James Turton closed DRILL-8183.
-------------------------------
    Resolution: Not A Problem

The SSL handshake timeout is applied on the client end of the connection which 
is why this config option is ignored by the server end.

> Respect the ExecConstant.SSL_HANDSHAKE_TIMEOUT option
> -----------------------------------------------------
>
>                 Key: DRILL-8183
>                 URL: https://issues.apache.org/jira/browse/DRILL-8183
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - RPC
>    Affects Versions: 1.20.0
>            Reporter: James Turton
>            Assignee: James Turton
>            Priority: Trivial
>             Fix For: 2.0.0
>
>
> We ignore the mentioned config option and hard code this timeout to 0, which 
> is interpreted by Netty as "no timeout".
> {code:java}
>   @Override
>   public int getHandshakeTimeout() {
>     return 0;
>   }{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to