Uh oh!
There was an error while loading. Please reload this page.
HBASE-27646 Should not use pread when prefetching in HFilePreadReader - #5063
Conversation
Apache-HBase
commented
Feb 27, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 27, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 27, 2023
💔 -1 overall
This message was automatically generated. |
Uh oh!
There was an error while loading. Please reload this page.
Apache-HBase
commented
Mar 2, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 2, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 2, 2023
🎊 +1 overall
This message was automatically generated. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Apache-HBase
commented
Mar 6, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 6, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 6, 2023
💔 -1 overall
This message was automatically generated. |
sunhelly
commented
Mar 15, 2023
The failed UTs are not relevant to this PR, and all passed in local tests. |
…apache#5063) Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
…apache#5063) Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
…apache#5063) Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
…apache#5063) Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
…apache#5063) Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
…apache#5063) (apache#5123) Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org> (cherry picked from commit fde0f4b) Change-Id: Id727198b9ef22a293f0984521bd6816266b106cb
Using isolate stream reader for prefetching in pread reader, to speed up the prefetching progress.
The blocks cached when prefetching will be released after the pread reader is closed.