The group feature in ApsaraDB for HBase Performance-enhanced Edition (Lindorm) provides multi-tenant data isolation. You can assign RegionServers to different groups and store different tables in each group to isolate resources. This topic describes how to manage groups.
Background information

Prerequisites
You must be logged on to the cluster management system of the destination cluster. For more information, see Log on to the cluster management system.
View group information
In the left-side navigation pane, choose Cluster Manager > Server Manager.
In the Data overview section, view all groups for the current cluster.
If no group has been created, a group named default is created automatically, and all region servers and tables belong to it.

Create a group
In the left-side navigation pane, choose Cluster Manager > Server Manager.
Click + Add in the upper-right corner.

In the New group dialog box, enter a Group name.

Click OK.
A newly created group contains no region servers or tables. Add region servers and tables to the group manually after creation.
Delete a group
Remove all region servers and tables from the group before deleting it.
In the left-side navigation pane, choose Cluster Manager > Server Manager.
In the Operation column for the group, choose More > Delete.

Click OK to confirm.
Move a region server to a group
All region servers belong to the default group by default. Move region servers to the appropriate group before using them.
If you add a table to a group that does not contain region servers, the region of the table becomes inaccessible because no region server is available for the region.
Add at least two region servers to each group. If a group has only one region server and that server goes down, all tables in the group become inaccessible. With two or more region servers, regions are redistributed to the remaining servers automatically.
When you move a region server, the regions that are being accessed on the region server are redistributed to other region servers in the same group during the move.
In the left-side navigation pane, choose Cluster Manager > Server Manager.
In the Operation column for the region server, choose More > Move group.
In the Move group dialog box, select the target group from the Target group drop-down list.
Click OK.
Move a table to a group
Do not move a table to a group that has no region servers. The table will become inaccessible.
On the Overview page, click Move group in the Operation column.

In the Move group dialog box, select the target group from the Target group drop-down list.
Click OK.
