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/08/23 15:23:14 UTC

[GitHub] [ozone] mukul1987 opened a new pull request #2562: HDDS-5660. Separate container caches for Open and Closed containers.

mukul1987 opened a new pull request #2562:
URL: https://github.com/apache/ozone/pull/2562


   ## What changes were proposed in this pull request?
   It has been seen in deployments that with large number of containers on datanodes. we have seen cache misses on the rocksDB cache.
   
   This patch proposes
   a) to have separate caches for open and closed container
   b) rocksDB containers in open container cache are never evicted.
   c) Open containers are moved from open to close container cache it they are closed/quasi closed.
   d) Closed container are cached in LRU fashion as they are cached right now
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-5660
   
   ## How was this patch tested?
   Added new unit test
   


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

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

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 closed pull request #2562: HDDS-5660. Separate container caches for Open and Closed containers.

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


   


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

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

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