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

Attila Doroszlai updated HDDS-4352:
-----------------------------------
    Target Version/s:   (was: 1.4.0)

> Container info is not correct when there is QUASI_CLOSED replica
> ----------------------------------------------------------------
>
>                 Key: HDDS-4352
>                 URL: https://issues.apache.org/jira/browse/HDDS-4352
>             Project: Apache Ozone
>          Issue Type: Bug
>            Reporter: Sammi Chen
>            Assignee: Ashish Kumar
>            Priority: Major
>
> When all the blocks are deleted in the container,  "usedBytes" and 
> "numberOfKeys" are expected to be "0".  But there are following containers 
> found.  All of them are previsouly on QUASI_CLOSED state. 
> {noformat}
> {
>   "state" : "CLOSED",
>   "replicationFactor" : "THREE",
>   "replicationType" : "RATIS",
>   "usedBytes" : 0,
>   "numberOfKeys" : -1,
>   "lastUsed" : "2020-10-13T06:35:24.678Z",
>   "stateEnterTime" : "2020-10-10T12:06:35.445Z",
>   "owner" : "0097000b-519c-4e11-b20c-a6e657a4b7c9",
>   "containerID" : 11,
>   "deleteTransactionId" : 1555,
>   "sequenceId" : 0,
>   "open" : false
> }
> {
>   "state" : "CLOSED",
>   "replicationFactor" : "THREE",
>   "replicationType" : "RATIS",
>   "usedBytes" : 33554432,
>   "numberOfKeys" : 0,
>   "lastUsed" : "2020-10-13T06:35:24.678Z",
>   "stateEnterTime" : "2020-10-10T12:06:35.663Z",
>   "owner" : "0097000b-519c-4e11-b20c-a6e657a4b7c9",
>   "containerID" : 16,
>   "deleteTransactionId" : 1532,
>   "sequenceId" : 0,
>   "open" : false
> }
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to