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/05/01 16:31:04 UTC

[GitHub] [hbase] z-york commented on a change in pull request #209: HBASE-21070 Fix SnapshotFileCache for HBase backed by S3

z-york commented on a change in pull request #209: HBASE-21070 Fix SnapshotFileCache for HBase backed by S3
URL: https://github.com/apache/hbase/pull/209#discussion_r280128153
 
 

 ##########
 File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/SnapshotFileCache.java
 ##########
 @@ -89,12 +88,13 @@
   private final FileSystem fs;
   private final SnapshotFileInspector fileInspector;
   private final Path snapshotDir;
-  private final Set<String> cache = new HashSet<>();
+  private Set<String> cache = new HashSet<String>();
 
 Review comment:
   sure, changed.

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