Nilotpal Nandi created HDDS-900: ----------------------------------- Summary: scmcli info cannot find container if the container does not contain any key Key: HDDS-900 URL: https://issues.apache.org/jira/browse/HDDS-900 Project: Hadoop Distributed Data Store Issue Type: Bug Components: SCM Reporter: Nilotpal Nandi
Please check the commands below. scmcli 'list' command shows the container but the 'info' command does not show it . {noformat} [root@ctr-e139-1542663976389-22144-01-000002 test_files]# ozone scmcli list --start=19 { "state" : "OPEN", "replicationFactor" : "THREE", "replicationType" : "RATIS", "usedBytes" : 0, "numberOfKeys" : 0, "lastUsed" : 6719234213, "stateEnterTime" : 9829697449, "owner" : "16b9d1db-cfca-4d46-bdfa-7ee136ba626a", "containerID" : 20, "deleteTransactionId" : 0, "sequenceId" : 0, "open" : true }{noformat} [root@ctr-e139-1542663976389-22144-01-000002 test_files]# ozone scmcli info 20 ContainerID 20 does not exist -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org