navinko opened a new pull request, #10405: URL: https://github.com/apache/ozone/pull/10405
## What changes were proposed in this pull request? Rebase 8576.patch with upstream latest ## Please describe your PR in detail: Remove DatanodeDetails#getUuid and DatanodeID#getUuid methods This is continuation of left over on [HDDS-13199](https://github.com/apache/ozone/pull/8576) - Rebase with latest upstream and fixed the code. - checkstyle fixes. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-13199 ## How was this patch tested? Tested all existing unit test and integration test ran successfully. Tests locally : Did not observe any failure. ` **bash-5.1$ ozone admin datanode list** Datanode: b8466a8b-d1fc-481e-8304-e7fe4d696bbc (/default-rack/172.18.0.9/ozone-datanode-2.ozone_default/2 pipelines) Operational State: IN_SERVICE Health State: HEALTHY Total volume count: 1 Healthy volume count: 1 Related pipelines: 4b81bbb6-f2b0-4b0a-9656-49e59208d600/RATIS/ONE/RATIS/OPEN/Leader 0348f63f-1d2b-4007-85b1-36bfbbf1341e/RATIS/THREE/RATIS/OPEN/Follower Datanode: fceb2cd0-de86-4581-9f65-6da8466e831d (/default-rack/172.18.0.3/ozone-datanode-1.ozone_default/2 pipelines) Operational State: IN_SERVICE Health State: HEALTHY Total volume count: 1 Healthy volume count: 1 Related pipelines: f79ecaf8-0025-487b-b849-190a0c0eb147/RATIS/ONE/RATIS/OPEN/Leader 0348f63f-1d2b-4007-85b1-36bfbbf1341e/RATIS/THREE/RATIS/OPEN/Leader Datanode: 4ddd5199-bebf-4a78-b7fc-9ee9f7691820 (/default-rack/172.18.0.8/ozone-datanode-3.ozone_default/2 pipelines) Operational State: IN_SERVICE Health State: HEALTHY Total volume count: 1 Healthy volume count: 1 Related pipelines: 7719e064-dec7-4ec9-a519-08fec2d228c5/RATIS/ONE/RATIS/OPEN/Leader 0348f63f-1d2b-4007-85b1-36bfbbf1341e/RATIS/THREE/RATIS/OPEN/Follower ` ` **bash-5.1$ ozone admin datanode usageinfo -m -c=3** Usage Information (3 Datanodes) ID : b8466a8b-d1fc-481e-8304-e7fe4d696bbc IP Address : 172.18.0.9 Hostname : ozone-datanode-2.ozone_default Filesystem Capacity : 485473984512 B (452.13 GB) Filesystem Used : 32625520640 B (30.38 GB) Filesystem Used % : 6.72% (Filesystem Used/Filesystem Capacity) Filesystem Available : 452848463872 B (421.75 GB) Filesystem Available % : 93.28% (Filesystem Available/Filesystem Capacity) Ozone Capacity : 485425437116 B (452.09 GB) Ozone Used : 4382720 B (4.18 MB) Ozone Used % : 0.00% (Ozone Used/Ozone Capacity) Ozone Available : 452848463872 B (421.75 GB) Ozone Available % : 93.29% (Ozone Available/Ozone capacity) Pipeline(s) : 2 Container(s) : 0 Container Pre-allocated : 0 B (0 B) Remaining Allocatable : 452848463872 B (421.75 GB) Free Space To Spare : 104857600 B (100 MB) Reserved : 48547396 B (46.30 MB) ID : 4ddd5199-bebf-4a78-b7fc-9ee9f7691820 IP Address : 172.18.0.8 Hostname : ozone-datanode-3.ozone_default Filesystem Capacity : 485473984512 B (452.13 GB) Filesystem Used : 32625520640 B (30.38 GB) Filesystem Used % : 6.72% (Filesystem Used/Filesystem Capacity) Filesystem Available : 452848463872 B (421.75 GB) Filesystem Available % : 93.28% (Filesystem Available/Filesystem Capacity) Ozone Capacity : 485425437116 B (452.09 GB) Ozone Used : 4382720 B (4.18 MB) Ozone Used % : 0.00% (Ozone Used/Ozone Capacity) Ozone Available : 452848463872 B (421.75 GB) Ozone Available % : 93.29% (Ozone Available/Ozone capacity) Pipeline(s) : 2 Container(s) : 0 Container Pre-allocated : 0 B (0 B) Remaining Allocatable : 452848463872 B (421.75 GB) Free Space To Spare : 104857600 B (100 MB) Reserved : 48547396 B (46.30 MB) ID : fceb2cd0-de86-4581-9f65-6da8466e831d IP Address : 172.18.0.3 Hostname : ozone-datanode-1.ozone_default Filesystem Capacity : 485473984512 B (452.13 GB) Filesystem Used : 32123781120 B (29.92 GB) Filesystem Used % : 6.62% (Filesystem Used/Filesystem Capacity) Filesystem Available : 453350203392 B (422.22 GB) Filesystem Available % : 93.38% (Filesystem Available/Filesystem Capacity) Ozone Capacity : 485425437116 B (452.09 GB) Ozone Used : 4382720 B (4.18 MB) Ozone Used % : 0.00% (Ozone Used/Ozone Capacity) Ozone Available : 453350203392 B (422.22 GB) Ozone Available % : 93.39% (Ozone Available/Ozone capacity) Pipeline(s) : 2 Container(s) : 0 Container Pre-allocated : 0 B (0 B) Remaining Allocatable : 453350203392 B (422.22 GB) Free Space To Spare : 104857600 B (100 MB) Reserved : 48547396 B (46.30 MB) CI build: https://github.com/navinko/ozone/actions/runs/26769887196 -- 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]
