sunhelly commented on code in PR #5063:
URL: https://github.com/apache/hbase/pull/5063#discussion_r1125883763
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFilePreadReader.java:
##########
@@ -41,7 +42,16 @@ public HFilePreadReader(ReaderContext context, HFileInfo
fileInfo, CacheConfig c
public void run() {
long offset = 0;
long end = 0;
+ HFile.Reader prefetchStreamReader = null;
try {
+ ReaderContext streamReaderContext = new ReaderContextBuilder()
Review Comment:
Good idea. Thanks.
--
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]