Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-8133

Create ozone sh key checksum command

    XMLWordPrintableJSON

Details

    Description

      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, eg:

      bash-4.2$ ozone sh key checksum /vol1/bucket/512    
      {
        "volumeName" : "vol1",
        "bucketName" : "bucket",
        "name" : "512",
        "dataSize" : 512,
        "algorithm" : "COMPOSITE-CRC32",
        "checksum" : "5A4FA397"
      }
      

      Attachments

        Issue Links

          Activity

            People

              sodonnell Stephen O'Donnell
              sodonnell Stephen O'Donnell
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: