You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/03/25 12:44:59 UTC

[GitHub] [ozone] cchenax opened a new pull request #2084: HDDS-4983. Display key offset for each block in command key info

cchenax opened a new pull request #2084:
URL: https://github.com/apache/ozone/pull/2084


   ## What changes were proposed in this pull request?
   
   add keyOffset in the key info result
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-4983
   
   ## How was this patch tested?
   
   example:sh key info /vol1/bucket1/key1
   
   {
   "volumeName" : "vol1",
   "bucketName" : "bucket1",
   "name" : "key1",
   "dataSize" : 16,
   "creationTime" : "2021-03-12T11:23:22.125Z",
   "modificationTime" : "2021-03-16T08:28:08.901Z",
   "replicationType" : "RATIS",
   "replicationFactor" : 3,
   "ozoneKeyLocations" : [ {
   "containerID" : 5,
   "localID" : 105898527115771904,
   "length" : 16,
   "offset" : 0,
   "keyOffset" : 16
   } ],
   "metadata" : { },
   "fileEncryptionInfo" : null
   }
   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai closed pull request #2084: HDDS-4983. Display key offset for each block in command key info

Posted by GitBox <gi...@apache.org>.
adoroszlai closed pull request #2084:
URL: https://github.com/apache/ozone/pull/2084


   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai commented on pull request #2084: HDDS-4983. Display key offset for each block in command key info

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on pull request #2084:
URL: https://github.com/apache/ozone/pull/2084#issuecomment-806754817


   This is the same as #2051, please don't open a new PR.  Conflict due to recent force-push of `master` is being discussed in dev mailing list.


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org