busbey commented on a change in pull request #1165: HBASE-22514 Move rsgroup 
feature into core of HBase
URL: https://github.com/apache/hbase/pull/1165#discussion_r382918299
 
 

 ##########
 File path: 
hbase-common/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupInfo.java
 ##########
 @@ -87,7 +102,7 @@ public boolean containsServer(Address hostPort) {
   /**
    * Get list of servers.
    */
-  public Set<Address> getServers() {
+  public SortedSet<Address> getServers() {
 
 Review comment:
   Can we avoid changing the method signature on this IA.Public method?

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


With regards,
Apache Git Services

Reply via email to