Configuration changes, version upgrades, access control list (ACL) enabling, and instance upgrades trigger instance restarts on ApsaraMQ for Kafka. Each restart generates a task execution record that you can use to track progress and investigate unexpected broker restarts.
Prerequisites
Before you begin, ensure that you have:
An ApsaraMQ for Kafka instance that is created, deployed, and in the Running state
View task execution records in the console
Log on to the ApsaraMQ for Kafka console.
In the Resource Distribution section of the Overview page, select the region where your instance resides.
On the Instances page, click the name of the target instance.
On the Instance Details page, click the Task Execution Records tab. The tab lists all restart task records for the instance.
Task record fields
| Field | Description | Example |
|---|---|---|
| Task Type | The type of the restart task. Valid values: Configuration Change, Instance Upgrade, Version Upgrade, and ACL Enabling. For more information, see the following task types table. | Instance Upgrade |
| Status | Current state of the restart task: Not Executed, Executing, Executed, or Canceled. | Executed |
| Start Time | When the restart task started. | 20:51:11 on May 26, 2021 |
| End Time | When the restart task ended. | 20:59:32 on May 26, 2021 |
| Time Consumed | Total duration of the restart task. | 8 minutes and 20 seconds |
Task types
| Task type | Trigger | Related topic |
|---|---|---|
| Configuration Change | Modifications to message configurations such as the message retention period or maximum message size. | Modify configurations for messages |
| Instance Upgrade | Upgrades to instance configurations, including specification type, instance edition, traffic specification, disk capacity, or partition specification. | Upgrade instance configurations |
| Version Upgrade | Upgrades to the major or minor version of the instance. | Upgrade the versions of instances |
| ACL Enabling | Enabling ACL to manage Simple Authentication and Security Layer (SASL) users and resource access permissions on Professional Edition instances. | Grant permissions to SASL users |