Details
Description
The call to dnAddress.getHostName() can return an IP address encoded as a string, which is then rejected because unresolved addresses can result in performance impacts due to repetitive DNS lookups later. We can detect when this situation occurs, and perform a DNS reverse name lookup to fix the issue.
Bouncing a DataNode in a managed environment results in a new IP address allocation, and the new instance fails to register with the NameNode.
Attachments
Issue Links
- is a child of
-
HADOOP-18396 Issues running in dynamic / managed environments
- In Progress