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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to