Apache9 commented on a change in pull request #555: HBASE-22729 Start
RSGroupInfoManager as default
URL: https://github.com/apache/hbase/pull/555#discussion_r319879174
##########
File path:
hbase-common/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupInfo.java
##########
@@ -34,21 +32,38 @@
public class RSGroupInfo {
public static final String DEFAULT_GROUP = "default";
public static final String NAMESPACE_DESC_PROP_GROUP = "hbase.rsgroup.name";
+ public static final String TABLE_DESC_PROP_GROUP = "hbase.rsgroup.name";
Review comment:
Yes, intentional. We can use the same name in namespace and table
properties, the only problem is that the old name contains a 'NAMESPACE' and it
is IA.Public, so we need to introduce a new 'TABLE' one.
----------------------------------------------------------------
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