Nilotpal Nandi created HDDS-7942:
------------------------------------

             Summary: "ozone.scm.container.size" is not honoured by few 
containers
                 Key: HDDS-7942
                 URL: https://issues.apache.org/jira/browse/HDDS-7942
             Project: Apache Ozone
          Issue Type: Bug
            Reporter: Nilotpal Nandi


steps taken :
 # Set "ozone.scm.container.size" = 1GB
 # Write a key of 10GB size.

 

Observed size of the containers to be more than 2GB

ozone admin container list
{
  "state" : "CLOSED",
  "replicationConfig" : {
    "replicationFactor" : "THREE",
    "replicationType" : "RATIS"
  },
  "usedBytes" : 2952790016,
  "numberOfKeys" : 11,
  "lastUsed" : "2023-02-09T11:13:19.561Z",
  "stateEnterTime" : "2023-02-08T10:43:01.191Z",
  "owner" : "om3",
  "containerID" : 1,
  "deleteTransactionId" : 0,
  "sequenceId" : 3250,
  "open" : false
}
{
  "state" : "CLOSED",
  "replicationConfig" : {
    "replicationFactor" : "THREE",
    "replicationType" : "RATIS"
  },
  "usedBytes" : 2684354560,
  "numberOfKeys" : 10,
  "lastUsed" : "2023-02-09T11:13:19.561Z",
  "stateEnterTime" : "2023-02-08T10:43:01.227Z",
  "owner" : "om3",
  "containerID" : 2,
  "deleteTransactionId" : 0,
  "sequenceId" : 3096,
  "open" : false
}



--
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