Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-7942

"ozone.scm.container.size" is not honoured by few containers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • None
    • None
    • None
    • None

    Description

      steps taken :

      1. Set "ozone.scm.container.size" = 1GB
      2. 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
      }

      Attachments

        Issue Links

          Activity

            People

              sumitagrawl Sumit Agrawal
              nilotpalnandi Nilotpal Nandi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: