tasanuma commented on pull request #3564: URL: https://github.com/apache/hadoop/pull/3564#issuecomment-952118622
`DatanodeID` object has a lot of information. This change seems to reduce it. Before: ``` java.io.IOException: ProcessReport from dead or unregistered node: DatanodeRegistration(127.0.0.1:60414, datanodeUuid=08d6a9ae-936b-44cc-8151-b10f3ecb0639, infoPort=60416, infoSecurePort=0, ipcPort=60417, storageInfo=lv=-57;cid=testClusterID;nsid=97526889;c=1635265757992) ``` After: ``` java.io.IOException: ProcessReport from dead or unregistered node: 127.0.0.1:60435 ``` -- 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]
