Cyrill opened a new pull request, #4706: URL: https://github.com/apache/ozone/pull/4706
## What changes were proposed in this pull request? The output of `ozone debug chunkinfo` now shows the type of chunks in an EC block https://issues.apache.org/jira/browse/HDDS-8615 ## How was this patch tested? Manually. Now the output of `ozone debug chunkinfo` looks as follows: ``` ... { "Datanode-HostName": "ozone-datanode-7.ozone_default", "Datanode-IP": "172.27.0.13", "Container-ID": 1, "Block-ID": 111677748019200001, "Locations": { "files": [ "/data/hdds/hdds/CID-5fc1a1ae-41c9-436f-81c7-fbd53389ddc4/current/containerDir0/1/chunks/111677748019200001.block" ], "pipelineID": "413af33b-2975-49b1-a850-b8f8378ffc0b", "chunkType": "PARITY" } } ... ``` -- 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]
