Apache9 commented on a change in pull request #1435: HBASE-24112 [RSGroup] 
Support renaming rsgroup
URL: https://github.com/apache/hbase/pull/1435#discussion_r403815842
 
 

 ##########
 File path: 
hbase-common/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupInfo.java
 ##########
 @@ -38,6 +38,9 @@
   // Keep servers in a sorted set so has an expected ordering when displayed.
   private final SortedSet<Address> servers;
   // Keep tables sorted too.
+
+  // TODO: Don't understand why all these should be deprecated. we have table 
-> rsgroup mapping.
 
 Review comment:
   Because we do not store the table informations in RSGroupInfo anymore, if 
you use the new API to get RSGroupInfo, the tables will always be empty.

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

Reply via email to