You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Xiang Li (JIRA)" <ji...@apache.org> on 2019/02/27 16:04:00 UTC

[jira] [Commented] (HBASE-21969) Improve the update of destination rsgroup of RSGroupInfoManagerImpl#moveTables()

    [ https://issues.apache.org/jira/browse/HBASE-21969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16779458#comment-16779458 ] 

Xiang Li commented on HBASE-21969:
----------------------------------

RSGroupInfoManagerImpl#moveTables() has the following code:
{code}
for (TableName tableName : tableNames) {
  ....
  if (groupName != null) {
    RSGroupInfo dst = new RSGroupInfo(newGroupMap.get(groupName));
    dst.addTable(tableName);
    newGroupMap.put(dst.getName(), dst);
  }
}
{code}

> Improve the update of destination rsgroup of RSGroupInfoManagerImpl#moveTables() 
> ---------------------------------------------------------------------------------
>
>                 Key: HBASE-21969
>                 URL: https://issues.apache.org/jira/browse/HBASE-21969
>             Project: HBase
>          Issue Type: Improvement
>          Components: rsgroup
>            Reporter: Xiang Li
>            Assignee: Xiang Li
>            Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)