nandakumar131 opened a new pull request, #5417: URL: https://github.com/apache/ozone/pull/5417
## What changes were proposed in this pull request? Inside SCM currently, we are using raw UUID/String as Datanode Identifier to query information from the Node Management module. To make it uniform and easy to use, we should abstract UUID with the DatanodeID. This change introduces DatanodeID which should be used to uniquely identify the Datanode in Ozone. The change is quite big, but all it does is replace UUID with DatanodeID in all the places where Datanode is reffered. ## What is the link to the Apache JIRA [HDDS-9400](https://issues.apache.org/jira/browse/HDDS-9400) ## How was this patch tested? The change is tested using existing unit tests. -- 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]
