-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-19622. [3.4 Backport][ABFS][ReadAheadV2] Implement Read Buffer Manager V2 with improved aggressiveness #8175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…th improved aggressiveness (apache#7832) Contributed by Anuj Modi
|
🎊 +1 overall
This message was automatically generated. |
|
:::: AGGREGATED TEST RESULT :::: ============================================================
|
|
@steveloughran, wanted to check with you if its okay to go ahead with this merge to 3.4? |
|
Since this change is already behind a config, disabled by default, I am goign ahead with the merge to 3.4. |
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:
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?
New tests added and existing test suite ran