- Newest
- Most votes
- Most comments
When an OpenSearch Service domain gets stuck in the "Processing" state during an upgrade, it's typically because the service is attempting to create a new environment with a new set of nodes, but is encountering issues. In your case, the situation is particularly concerning because you're already missing one node and have a red primary status.
This stuck state can occur due to several reasons:
- The new set of data nodes is failing to launch
- Shard migration to the new nodes is unsuccessful
- A validation check has failed with errors
The fact that you started the upgrade with an already missing node and red primary status likely compounded the problem. When a cluster is in a red state, it indicates that some primary shards are unavailable, which is a critical issue that can prevent successful upgrades.
Since you cannot restart the OpenSearch process while an upgrade is in progress, and the domain has been stuck for 24 hours, you'll need to take more direct action:
-
Check CloudWatch logs for your domain (under /aws/aes/domains/your-domain-name) to look for specific errors during the upgrade process.
-
Use the AWS CLI to check the upgrade status with:
aws opensearch describe-upgrade --domain-name your-domain-name -
If possible, check cluster health, shard allocation, and pending tasks through the OpenSearch API.
Given the severity of your situation (missing node, red status, and stuck upgrade), this is likely a case that requires AWS Support intervention. If you have a support plan, you should open a support case immediately under:
- Service: OpenSearch Service
- Category: Domain Management Issue
- Subcategory: Upgrade stuck or failing
If you don't have a support plan, you might need to consider upgrading to at least Developer Support to get assistance with this issue, as stuck upgrades often require manual intervention from AWS to fix a failed step in the rolling upgrade process.
Important: Do not attempt to force-delete or recreate the domain unless advised by AWS Support, as this could lead to data loss.
Sources
Troubleshooting Amazon OpenSearch Service - Amazon OpenSearch Service
OpenSearch Upgrade Stuck at 60% – Urgent Assistance Required | AWS re:Post
Amazon OpenSearch Service Stuck at Modifying | AWS re:Post
Relevant content
- asked 7 months ago
- asked 9 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 6 months ago

Hi @Eik, Could you please confirm if the issue has been resolved?
Support fixed this for me.