You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/12/24 07:25:09 UTC

[GitHub] [hbase] HuiHang-Yu commented on a change in pull request #958: HBASE-23584 : Descrease rpc getFileStatus count when open a storefile

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_r361088206
 
 

 ##########
 File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFileInfo.java
 ##########
 @@ -51,6 +51,7 @@
 public class StoreFileInfo {
   private static final Logger LOG = LoggerFactory.getLogger(StoreFileInfo.class);
 
+  private FileStatus localStatus;
 
 Review comment:
   Now it will be updated when reopened only because hfile will not be modified after write i think .   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services