You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/04/09 11:25:22 UTC

[GitHub] [ozone] lokeshj1703 opened a new pull request #2137: HDDS-5053. RocksDB block cache capacity is wrongly configured

lokeshj1703 opened a new pull request #2137:
URL: https://github.com/apache/ozone/pull/2137


   ## What changes were proposed in this pull request?
   
   The DN process uses around 20 GB of RSS after startup and does not release the memory even though rocksdb is closed for every container.
   The capacity used by AbstractDatanodeStore is default capacity * MB. Since default capacity is 64MB therefore block cache is passed a capacity of 64TB. After the fix the DN memory usage drops to ~3GB.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-5053
   
   ## How was this patch tested?
   
   Cluster deployment


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [ozone] mukul1987 merged pull request #2137: HDDS-5053. RocksDB block cache capacity is wrongly configured

Posted by GitBox <gi...@apache.org>.
mukul1987 merged pull request #2137:
URL: https://github.com/apache/ozone/pull/2137


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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