Manage configurations

更新时间:
复制 MD 格式

EMR Serverless lets you use the console to query or modify parameters for StarRocks components like BE and FE, and view the configuration change history.

Warning

Restarting an instance stops it, which may disrupt your services. Perform this operation during off-peak hours. Additionally, ensure that your client has a service retry mechanism to prevent service interruptions.

Prerequisites

You have created an EMR Serverless instance. For more information, see Create an instance.

Query configurations

  1. Go to the EMR Serverless StarRocks instance list page.

    1. Log in to the E-MapReduce console.

    2. In the left navigation pane, choose StarRocks.

    3. In the top menu bar, select your region.

  2. On the Instances page, click the name of the desired instance.

  3. Click the Parameter Settings tab.

    You can filter parameters by type, name, read-only status, or whether they have been modified.

Modify configurations

  1. On the Parameter Settings page, find the parameter that you want to modify.

    You can search by parameter type or name.

  2. After you modify the parameter value, click Submit Parameters.

  3. In the dialog box, enter a Reason, select a Restart Mode, and click OK.

    The Restart Mode option is displayed only when a configuration change requires the instance to be restarted. The following restart modes are supported:

    • Rolling Restart (Default): This method restarts nodes sequentially, ensuring high availability by keeping some nodes operational at all times. This mode is ideal for minimizing user impact.

    • Quick Restart: This mode restarts the instance as quickly as possible.

    • Do Not Restart: Applies the configuration change without restarting the instance. You can perform the restart later, potentially combined with other operations, to reduce downtime.

    If the modification requires a restart, the instance restarts and enters the Updating Configuration state. The change is also recorded on the Operation History tab.

Add a parameter

  1. On the Parameter Settings page, click Add Configuration Item.

  2. In the dialog box, add the required parameters, and then click OK.

    You can add multiple parameters at a time.

    Parameter

    Description

    Configuration File

    The target file for the new parameter.

    Key

    The parameter name.

    Value

    The parameter value.

    Actions

    Allows you to delete the parameter.

  3. Click Submit Parameters.

  4. In the dialog box, enter a Reason, select a Restart Mode, and click OK.

    • Rolling Restart (Default): This method restarts nodes sequentially, ensuring high availability by keeping some nodes operational at all times. This mode is ideal for minimizing user impact.

    • Quick Restart: This mode restarts the instance as quickly as possible.

    • Do Not Restart: Applies the configuration change without restarting the instance. You can perform the restart later, potentially combined with other operations, to reduce downtime.

    After the configuration items are added, the instance restarts and enters the Updating Configuration state. The change is also recorded on the Operation History tab.

View operation history

You can filter the operation history by date range.

  1. Click the Operation History tab.

  2. Click View Details in the Actions column to compare the parameter values before and after the change.

Related documents

For detailed descriptions of the parameters, see Parameter Configuration.