anujmodi2021 opened a new pull request, #7832:
URL: https://github.com/apache/hadoop/pull/7832

   ### Description of PR
   JIRA: https://issues.apache.org/jira/browse/HADOOP-19622
   
   Implementing ReadBufferManagerV2 as per the new design document.
   Following capabilities are added to ReadBufferManager:
   1. Configurable minimum and maximum number of prefetch threads.
   2. Configurable minimum and maximum size of cached buffer pool
   3. Dynamically adjusting thread pool size and buffer pool size based on 
workload requirement and resource utilization but within the limits defined by 
user.
   4. Mapping prefetched data to file ETag so that multiple streams reading 
same file can share the cache and save TPS.
   
   For more details on design doc please refer to the design doc attached to 
parent JIRA: https://issues.apache.org/jira/browse/HADOOP-19596
   
   ### How was this patch tested?
   TBA


-- 
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: common-issues-unsubscr...@hadoop.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to