Z0ltrix commented on a change in pull request #2406:
URL: https://github.com/apache/drill/pull/2406#discussion_r770021861
##########
File path: distribution/src/main/resources/drill-config.sh
##########
@@ -213,6 +213,9 @@ fi
# Set Drill-provided defaults here. Do not put Drill defaults
# in the distribution or user environment config files.
+# Prefer IPv4 over IPv6
+export DRILL_JAVA_OPTS=${$DRILL_JAVA_OPTS:-" -Djava.net.preferIPv4Stack=true
-Djava.net.preferIPv6Addresses=false"}
Review comment:
ah, i see... there is also fine but this will make it impossible for the
user to overwrite it in drill-env.sh
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]