mokai87 commented on a change in pull request #2846:
URL: https://github.com/apache/hbase/pull/2846#discussion_r552324003



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupInfoManagerImpl.java
##########
@@ -1233,9 +1233,7 @@ public void moveServers(Set<Address> servers, String 
targetGroupName) throws IOE
       Address firstServer = servers.iterator().next();
       RSGroupInfo srcGrp = getRSGroupOfServer(firstServer);
       if (srcGrp == null) {
-        // Be careful. This exception message is tested for in 
TestRSGroupsBase...

Review comment:
       TestRSGroupBase has been split to multiple classes since HBASE-21265 and 
this exception message is not used.




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


Reply via email to