pankaj72981 commented on a change in pull request #3106:
URL: https://github.com/apache/hbase/pull/3106#discussion_r636382334
##########
File path:
hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminServer.java
##########
@@ -631,6 +631,10 @@ public void updateRSGroupConfig(String groupName,
Map<String, String> configurat
}
}
+ @Override
+ public void updateConfiguration(String groupName) throws IOException {
+ }
Review comment:
Can you add comment, why empty implementation 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]