You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Sammi Chen (Jira)" <ji...@apache.org> on 2021/03/24 03:34:00 UTC

[jira] [Comment Edited] (HDDS-4983) Display key offset for each block in command "key info"

    [ https://issues.apache.org/jira/browse/HDDS-4983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17307528#comment-17307528 ] 

Sammi Chen edited comment on HDDS-4983 at 3/24/21, 3:33 AM:
------------------------------------------------------------

[~adoroszlai],  keyoffet is a helper function.  We have a lot big object(20G ~ 80G) read failure cases in our cluster.  The aws CLI output says" XXXX bytes read, expect XXXX bytes" . Since the object is really big,  it takes a while to find the corresding container which causes the read failure.  So this keyoffset in CLI output is a helper to facilitate the problem investigation. 



was (Author: sammi):
[~adoroszlai],  keyoffet is a helper function.  We have a lot big object(20G ~ 80G) read failure cases in our cluster.  The aws CLI output says" XXXX bytes read, expect XXXX bytes" . Since the object is really big,  it takes a while to find the corresding container which causes the read failure.  So this keyoffset in CLI output is a helper to facilitate the program investigation. 


> Display key offset for each block in command "key info"
> -------------------------------------------------------
>
>                 Key: HDDS-4983
>                 URL: https://issues.apache.org/jira/browse/HDDS-4983
>             Project: Apache Ozone
>          Issue Type: Improvement
>            Reporter: Sammi Chen
>            Assignee: cchenaxchen
>            Priority: Major
>
> sh key info ${keyName}
>  {
>     "containerID" : 988,
>     "localID" : 104074850840994477,
>     "length" : 5246566,
>     "offset" : 0
>   }
>   ->
>   {
>     "containerID" : 988,
>     "localID" : 104074850840994477,
>     "length" : 5246566,
>     "offset" : 0
>     "keyOffset": 5246566
>   }



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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