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

Support the configuration of bind addresses for network services

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.21.0
    • 1.21.1
    • Server
    • None

    Description

      Drill provides the DRILL_HOST_NAME env var which determines what Drillbit host name will be exchanged over RPC for later look up by a remote client or Drillbit. This host name is used to check whether Drill is being asked to bind to the loopback address in distributed mode

          if (isDistributedMode && InetAddress.getByName(hostName).isLoopbackAddress()) {
            throw new DrillbitStartupException("Drillbit is disallowed to bind to loopback address in distributed mode.");
          }

      but is not subsequently used set the bind address used for the Drillbit's RPC and web ports! This issue proposes that the Drillbit network services bind address is determined by DRILL_HOST_NAME.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: