maobaolong opened a new pull request #972: URL: https://github.com/apache/hadoop-ozone/pull/972
## What changes were proposed in this pull request? Display the uuid of the datanode to distinguish the datanodes in a same nodes. With this PR, we can get the following result when info container, in fact i have 5 datanode in the same machine. ```bash Container id: 1 Pipeline id: f47e37ff-7f7e-453b-9bcc-a58e8117b66f Container State: CLOSED Datanodes: [localhost, localhost, localhost] ``` ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-3665 ## How was this patch tested? ```bash bin/ozone admin container info 1 Container id: 1 Pipeline id: f47e37ff-7f7e-453b-9bcc-a58e8117b66f Container State: CLOSED Datanodes: [c4dcebcf-3997-4ebd-a501-8d7c3053de61/localhost, 5d7d5f77-57c6-4c90-8edf-eb0f872a0166/localhost, aa01cb2c-6742-4938-a719-1dc75f76e88f/localhost] ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
