[
https://issues.apache.org/jira/browse/HDDS-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17650258#comment-17650258
]
mingchao zhao commented on HDDS-4352:
-------------------------------------
Ozone 1.3.0 had been released and we currently have more than 600 open issues
targeted for 1.3.0. I am moving the target field to 1.4.0.
If there is anything needs to be discussed about the Target Version, 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.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]