infraio commented on a change in pull request #2126:
URL: https://github.com/apache/hbase/pull/2126#discussion_r479727438



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupInfoManagerImpl.java
##########
@@ -1270,6 +1270,9 @@ public synchronized void renameRSGroup(String oldName, 
String newName) throws IO
   @Override
   public synchronized void updateRSGroupConfig(String groupName, Map<String, 
String> configuration)
       throws IOException {
+    if (RSGroupInfo.DEFAULT_GROUP.equals(groupName)) {
+      throw new ConstraintException(RSGroupInfo.DEFAULT_GROUP + " can't be 
stored persistently");

Review comment:
       Please add more comment here. 




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