You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Ethan Rose (Jira)" <ji...@apache.org> on 2021/10/20 20:41:06 UTC

[jira] [Updated] (HDDS-3664) Info command should display the key locations

     [ https://issues.apache.org/jira/browse/HDDS-3664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ethan Rose updated HDDS-3664:
-----------------------------
    Target Version/s: 1.3.0  (was: 1.2.0)

I am managing the 1.2.0 release and we currently have more than 600 issues targeted for 1.2.0. I am moving the target field to 1.3.0.

If you are actively working on this jira and believe this should be targeted for the 1.2.0 release, Please reach out to me via Apache email or Slack.

> Info command should display the key locations
> ---------------------------------------------
>
>                 Key: HDDS-3664
>                 URL: https://issues.apache.org/jira/browse/HDDS-3664
>             Project: Apache Ozone
>          Issue Type: Bug
>          Components: Ozone CLI, Ozone Manager
>            Reporter: Baolong Mao
>            Priority: Major
>
>  bin/ozone sh key info /myvol/mybucket/NOTICE3.txt                
> {
>   "volumeName" : "myvol",
>   "bucketName" : "mybucket",
>   "name" : "NOTICE3.txt",
>   "dataSize" : 17540,
>   "creationTime" : "2020-05-26T11:49:13.274Z",
>   "modificationTime" : "2020-05-26T11:49:15.560Z",
>   "replicationType" : "RATIS",
>   "replicationFactor" : 3,
>   "ozoneKeyLocations" : [ {
>     "containerID" : 1,
>     "localID" : 104234598612860928,
>     "length" : 17540,
>     "offset" : 0
>   } ],
>   "metadata" : { },
>   "fileEncryptionInfo" : null
> }
> Through the above response, we just know the containerID, but we want to know the container 3 in which pipeline, and the pipeline info.
> Although we can use "ozone admin container list <ContainerId>" and "ozone admin pipeline list <pipelineID>" instead when the pipeline is open, but for the closed pipeline, we don't know the replication information.



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