-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HADOOP-18184. S3A Prefetching unbuffer.
Making this a pre-requisite for vectored IO as * helps me learn my way around the code * I propose that the caching block stream stops its prefetching once a vector io request has come in, maybe even free up all existing blocks. Change-Id: I6189a2a6afb23d5f57d663728d3c5747acd4cc73 HADOOP-18184 unbuffer; getting tests to work Change-Id: I3a9513f39595c8fa8d7aa282ef647b0fcc8b7ef9 HADOOP-18184. S3A prefetch unbuffer * In memory unbuffer working, with tests * prefetching worse than it was. Change-Id: I33178b7f691a75f2f043c0d585e7d9fb08f53a4a HADOOP-18184. S3A prefetch unbuffer Adding gauges of prefetch block size and number to prefetch. Change-Id: I35dcbccf0fc7b29d4b1294c49d7dfa97c573befb
- Loading branch information
1 parent
646854e
commit 13b8091
Showing
27 changed files
with
723 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,5 +76,7 @@ public void memoryAllocated(int size) { | |
public void memoryFreed(int size) { | ||
|
||
} | ||
|
||
|
||
} | ||
|
Oops, something went wrong.