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)

Reply via email to