Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-10
Description
In light of IMPALA-9788 (and also IMPALA-9026), it probably makes the most sense to avoid using hostnames for internal communication in containerized setups, since container orchestration frameworks tend to do non-trivial things with DNS and hostnames.
We can do this in the entrypoint script. I tried --hostname=$(hostname -I) and it seemed to work. It might need some improvement to handle cases when there are multiple IPs, etc.
Attachments
Issue Links
- relates to
-
IMPALA-9788 Weird things happen when impalad restarts with different hostname but same IP
- Open
-
IMPALA-9026 Add an option to use resolved IP address for Statestore subscriber
- Resolved