Chris Hillery created ASTERIXDB-1420:
----------------------------------------
Summary: Explicit 127.0.0.1 reference are probably a bad idea
Key: ASTERIXDB-1420
URL: https://issues.apache.org/jira/browse/ASTERIXDB-1420
Project: Apache AsterixDB
Issue Type: Bug
Components: AsterixDB
Reporter: Chris Hillery
Priority: Minor
There are a number of places throughout the code which reference "127.0.0.1"
explicitly. These will break in a machine with only IPv6. While this is
unlikely anytime soon, it would probably make sense to replace these references
with InetAddress.getLoopbackAddress().getHostAddress() .
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)