You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "James Turton (Jira)" <ji...@apache.org> on 2022/03/31 13:44:00 UTC

[jira] [Created] (DRILL-8183) Respect the ExecConstant.SSL_HANDSHAKE_TIMEOUT option

James Turton created DRILL-8183:
-----------------------------------

             Summary: 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
             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.1#820001)