openinx commented on a change in pull request #440: HBASE-22776 Rename config 
names in user scan snapshot feature
URL: https://github.com/apache/hbase/pull/440#discussion_r310864902
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/SnapshotScannerHDFSAclHelper.java
 ##########
 @@ -71,23 +72,23 @@
 public class SnapshotScannerHDFSAclHelper implements Closeable {
   private static final Logger LOG = 
LoggerFactory.getLogger(SnapshotScannerHDFSAclHelper.class);
 
-  public static final String USER_SCAN_SNAPSHOT_ENABLE = 
"hbase.user.scan.snapshot.enable";
-  public static final String USER_SCAN_SNAPSHOT_THREAD_NUMBER =
-      "hbase.user.scan.snapshot.thread.number";
+  public static final String ACL_SYNC_TO_HDFS_ENABLE = 
"hbase.acl.sync.to.hdfs.enable";
 
 Review comment:
   better to name it as 'hbase.table.acl.sync.to.hdfs.enable'  ? 

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


With regards,
Apache Git Services

Reply via email to