You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Marton Elek (Jira)" <ji...@apache.org> on 2020/04/20 08:00:23 UTC

[jira] [Updated] (HDDS-2911) lastUsed and stateEnterTime value in container info is not human friendly

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

Marton Elek updated HDDS-2911:
------------------------------
    Description: 
{code}
ozone scmcli container list -s=7
{code}

{code}
{
  "state" : "CLOSED",
  "replicationFactor" : "THREE",
  "replicationType" : "RATIS",
  "usedBytes" : 4794248299,
  "numberOfKeys" : 7649,
  "lastUsed" : 5388521335,
  "stateEnterTime" : 808947405,
  "owner" : "a46123a8-be63-4736-9478-ce4d8ac845cc",
  "containerID" : 8,
  "deleteTransactionId" : 0,
  "sequenceId" : 0,
  "open" : false
}
{code}

  was:
ozone scmcli container list -s=7
{
  "state" : "CLOSED",
  "replicationFactor" : "THREE",
  "replicationType" : "RATIS",
  "usedBytes" : 4794248299,
  "numberOfKeys" : 7649,
  "lastUsed" : 5388521335,
  "stateEnterTime" : 808947405,
  "owner" : "a46123a8-be63-4736-9478-ce4d8ac845cc",
  "containerID" : 8,
  "deleteTransactionId" : 0,
  "sequenceId" : 0,
  "open" : false
}




> lastUsed and stateEnterTime value in container info is not human friendly
> -------------------------------------------------------------------------
>
>                 Key: HDDS-2911
>                 URL: https://issues.apache.org/jira/browse/HDDS-2911
>             Project: Hadoop Distributed Data Store
>          Issue Type: Improvement
>            Reporter: Sammi Chen
>            Assignee: mingchao zhao
>            Priority: Major
>              Labels: newbie, pull-request-available
>             Fix For: 0.6.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> {code}
> ozone scmcli container list -s=7
> {code}
> {code}
> {
>   "state" : "CLOSED",
>   "replicationFactor" : "THREE",
>   "replicationType" : "RATIS",
>   "usedBytes" : 4794248299,
>   "numberOfKeys" : 7649,
>   "lastUsed" : 5388521335,
>   "stateEnterTime" : 808947405,
>   "owner" : "a46123a8-be63-4736-9478-ce4d8ac845cc",
>   "containerID" : 8,
>   "deleteTransactionId" : 0,
>   "sequenceId" : 0,
>   "open" : false
> }
> {code}



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

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