Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-8183

Respect the ExecConstant.SSL_HANDSHAKE_TIMEOUT option

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Not A Problem
    • 1.20.0
    • 1.21.0
    • Execution - RPC
    • None

    Description

      We ignore the mentioned config option and hard code this timeout to 0, which is interpreted by Netty as "no timeout".

        @Override
        public int getHandshakeTimeout() {
          return 0;
        }

      Attachments

        Activity

          People

            dzamo James Turton
            dzamo James Turton
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: