sodonnel opened a new pull request, #4375:
URL: https://github.com/apache/ozone/pull/4375

   ## What changes were proposed in this pull request?
   
   Some earlier Jiras added the feature to retrieve the checksum of an Ozone 
key either as COMPOSITE_CRC or MD5 or the chunk checksum MD5s.
   
   This checksum is only accessible via the Hadoop API.
   
   This Jira adds a CLI command to Ozone to retrieve the same information.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-8133
   
   ## How was this patch tested?
   
   New unit test and manually in docker cluster:
   
   ```
   bash-4.2$ ozone sh key checksum /vol1/bucket/512    
   {
     "volumeName" : "vol1",
     "bucketName" : "bucket",
     "name" : "512",
     "dataSize" : 512,
     "algorithm" : "COMPOSITE-CRC32",
     "checksum" : "5A4FA397"
   }
   ```


-- 
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]

Reply via email to