Alibaba Cloud Elasticsearch provides several features for modifying your cluster, such as restarting instances or nodes, upgrading or downgrading instances, upgrading versions, deploying multi-zone instances, migrating nodes between zones, and using the high-availability (HA) write feature. After you modify a cluster, you can view the progress of ongoing tasks. This topic describes these features and their common scenarios.
For multi-zone instances, before you make a change, ensure that the number of replicas for any index in the cluster is less than the number of zones. After the change is complete, you can manually increase the number of replicas as needed. For more information, see Index Templates.
Cluster modifications may affect billing. For more information about billing, see Product Billing and Unsubscription Rules.
Feature | Scenario |
Restart an instance or node | Alibaba Cloud Elasticsearch provides a feature to restart clusters and nodes. If a cluster becomes abnormal, restart or force restart it based on its health status. For more information, see Restart a cluster or node. Note The service remains available during the restart. However, in some scenarios, such as during high-volume write and query operations, access timeouts may occur. To avoid write errors, perform this operation during off-peak hours. |
Upgrade or downgrade an instance |
|
Upgrade version | Alibaba Cloud Elasticsearch supports direct upgrades for some versions. This feature lets you upgrade the instance version or update the kernel patch for a seamless business transition. For more information, see Upgrade the version of a cluster. |
Deploy and use a multi-zone instance | Deploying across multiple zones improves the disaster recovery capability of your cluster. If a zone fails, the remaining zones can continue to provide services without interruption. You can also use the console to perform a traffic switchover to fence the failed zone. The system then automatically adds compute resources in the remaining zones to meet your business needs. For more information, see Deploy and use a multi-zone instance. |
Migrate nodes in a zone | When you upgrade a cluster, you may find that the inventory for the required specifications is insufficient in a zone. In this case, migrate the data from the nodes in that zone before you upgrade. For more information, see Migrate and upgrade a zone. |
Use the high-availability write feature | Use this feature if you have high requirements for cluster stability. This feature implements read/write splitting through an asynchronous high-availability architecture. It ensures cluster stability during high-concurrency writes. For more information, see Use the high-availability write feature. |
View instance task progress details | When you modify an instance, you can view information about ongoing tasks in the task list. These tasks include instance creation, restart, and data migration. For more information, see View the progress of an instance task. |