Updated on 2025-08-09 GMT+08:00

Managing MRS Cluster Node Groups

Node groups in an MRS cluster are used to manage cluster nodes. A node group is typically composed of ECS nodes that share the same specifications.

You can perform operations on a node group to manage all nodes within the group.

Notes and Constraints

  • Master nodes in an MRS cluster cannot be managed by node group.
  • A node group can be deleted only when the node type is Task or Core and there are no nodes in the group.
  • You can manually add a node group only for a custom cluster of MRS 3.x.

Adding a Node Group

  1. Log in to the MRS console.
  2. On the Active Clusters page, select a running cluster and click its name to switch to the cluster details page.
  3. On the cluster details page, click the Nodes tab and click Add Node Group. The Add Node Group page is displayed.

    Figure 1 Add Node Group

  4. Set the parameters as required.

    Table 1 Parameters for adding a node group

    Parameter

    Description

    Name

    The node group name must be unique.

    CPU Architecture

    CPU architecture of an MRS cluster node. The value can be x86 or Kunpeng.

    Node Type

    • Task: A Task node processes data but does not store cluster data. Task nodes support elastic scaling based on service workloads. Data roles that do not store data, such as NodeManager, are deployed on Task nodes. Auto scaling rules can be configured a Task node group.
    • Core: A Core node is an instance that processes and stores data. Component's data storage roles, such as DataNode and Broker, are deployed on Core nodes.

    Instance Specifications

    Select the instance specifications of the nodes in the current node group. Higher specifications provide stronger data processing and analysis capabilities, but also increase the overall cluster costs.

    For details about the MRS cluster node specifications, see MRS Cluster Node Specifications.

    Nodes

    Number of nodes in the current node group.

    System Disk

    Storage type and space of the system disk on a node. You can adjust them as required. For details about the MRS cluster storage, see Cluster Node Disk Types.

    Data Disk

    Storage type and space of data disks on a node. A maximum of 10 disks can be added to each Core or Task node. For details about MRS cluster storage, see Cluster Node Disk Types.

    Disks

    Number of data disks on each node in the node group.

    Roles

    Component roles to be deployed on nodes in the current node group. Only role instances of components that have been installed in the current cluster can be added.

    Billing Mode

    Billing mode of the current cluster.

    Pricing

    Price of the node group to be added.

  5. Click OK.

    After the node group is added, you can view it on the node management page.

Deleting a Node Group

  1. Log in to the MRS console.
  2. On the Active Clusters page, select a running cluster and click its name to switch to the cluster details page.
  3. On the Nodes tab page, locate the row that contains the target node group, and choose More > Delete.

    A node group can be deleted only when the node type is Task or Core and there are no nodes in the group.

  4. In the displayed dialog box, click OK. Wait until the node group is successfully deleted.

Helpful Links