cm-druid icon indicating copy to clipboard operation
cm-druid copied to clipboard

Force IPv4 only

Open knoguchi opened this issue 7 years ago • 1 comments

Unfortunately CDH5 supports IPv4 only. The CDH installation manual explicitly mentioned this. However sometimes we don't have control over the IP stack configuration.

Many CDH services are started with -Djava.net.preferIPv4Stack=true regardless the services that actually support IPv6. Hence, Druid failed to connect to Zookeeper if IPv6 is enabled.

Add the same config to Druid.

knoguchi avatar Jun 30 '17 19:06 knoguchi

IPv4 only attempt. https://github.com/knoguchi/cm-druid/commit/ee9ca6ac459ad384d070e75150f3375e2f2c6da5

knoguchi avatar Jun 30 '17 20:06 knoguchi