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:34:09 UTC

[jira] [Updated] (HDDS-4352) Container info is not correct when there is QUASI_CLOSED replica

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

Ethan Rose updated HDDS-4352:
-----------------------------
    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.

> 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: Sammi Chen
>            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.3.4#803005)

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