James Turton created DRILL-8409: ----------------------------------- Summary: Allow the configuration of a bind address for network services Key: DRILL-8409 URL: https://issues.apache.org/jira/browse/DRILL-8409 Project: Apache Drill Issue Type: Improvement Components: Server Affects Versions: 1.21.0 Reporter: James Turton Assignee: James Turton
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. Neither this variable nor any other allows Drill administrators to configure the bind address that will be used by Drill network services meaning that Drillbits can only be made to bind to 0.0.0.0. This issue proposes the new env var DRILL_BIND_ADDRESS to allow the configuration of a bind address. -- This message was sent by Atlassian Jira (v8.20.10#820010)