Apache9 commented on a change in pull request #674: HBASE-23095 Reuse
FileStatus in StoreFileInfo
URL: https://github.com/apache/hbase/pull/674#discussion_r329418949
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFileInfo.java
##########
@@ -152,7 +166,7 @@ public StoreFileInfo(final Configuration conf, final
FileSystem fs, final Path i
*/
public StoreFileInfo(final Configuration conf, final FileSystem fs, final
FileStatus fileStatus)
throws IOException {
- this(conf, fs, fileStatus.getPath());
Review comment:
OK, this is the problem...
----------------------------------------------------------------
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