busbey commented on a change in pull request #2419:
URL: https://github.com/apache/hbase/pull/2419#discussion_r490996287



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/fs/HFileSystem.java
##########
@@ -85,8 +85,6 @@ public HFileSystem(Configuration conf, boolean 
useHBaseChecksum)
     this.fs = FileSystem.get(conf);
     this.useHBaseChecksum = useHBaseChecksum;
 
-    fs.initialize(getDefaultUri(conf), conf);
-

Review comment:
       I'm presuming we need to do it once. I get that `Filesystem.get` should 
be caching and giving us back the same FileSystem in multiple HFileSystem 
constructions.
   
   Side note, why are we making multiple instances of HFileSystem?




----------------------------------------------------------------
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]


Reply via email to