You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Vivek Ratnavel Subramanian (JIRA)" <ji...@apache.org> on 2019/03/13 21:45:00 UTC

[jira] [Created] (HDDS-1263) SCM CLI does not list container with id 1

Vivek Ratnavel Subramanian created HDDS-1263:
------------------------------------------------

             Summary: SCM CLI does not list container with id 1
                 Key: HDDS-1263
                 URL: https://issues.apache.org/jira/browse/HDDS-1263
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
          Components: Ozone CLI
    Affects Versions: 0.4.0
            Reporter: Vivek Ratnavel Subramanian
            Assignee: Vivek Ratnavel Subramanian


Steps to reproduce
 # Create two containers 
ozone scmcli create
ozone scmcli create
 # Try to list containers
hadoop@7a73695402ae:~$ ozone scmcli list --start=0
Container ID should be a positive long. 0
hadoop@7a73695402ae:~$ ozone scmcli list --start=1
{
 "state" : "OPEN",
 "replicationFactor" : "ONE",
 "replicationType" : "STAND_ALONE",
 "usedBytes" : 0,
 "numberOfKeys" : 0,
 "lastUsed" : 274660388,
 "stateEnterTime" : 274646481,
 "owner" : "OZONE",
 "containerID" : 2,
 "deleteTransactionId" : 0,
 "sequenceId" : 0,
 "open" : true
}

There is no way to list the container with containerID 1.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org