tomscut edited a comment on pull request #3564: URL: https://github.com/apache/hadoop/pull/3564#issuecomment-947407975
> My understanding is that the change is to print `<datanode IP addr>:<port>` instead of the UUID of the datanode. I think it is a good change because the UUID is rarely used in troubleshooting. How about printing the hostname instead of the IP address? Thanks for your good suggestion. Hostname is a better choice. I will change it to ```nodeID.getXferAddrWithHostname()```. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
