HuiHang-Yu commented on a change in pull request #958: HBASE-23584 : Descrease 
rpc getFileStatus count when open a storefile
URL: https://github.com/apache/hbase/pull/958#discussion_r361089869
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFileInfo.java
 ##########
 @@ -296,7 +297,7 @@ ReaderContext createReaderContext(boolean doDropBehind, 
long readahead, ReaderTy
     if (this.link != null) {
       // HFileLink
       in = new FSDataInputStreamWrapper(fs, this.link, doDropBehind, 
readahead);
-      status = this.link.getFileStatus(fs);
+  //    status = this.link.getFileStatus(fs);
 
 Review comment:
   Oh my fault ! I will remove it later !

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to