- Newest
- Most votes
- Most comments
I understand your frustration with the domain being stuck in the "ApplyingChanges" state. Here's what's happening and what you can expect:
Why Your Domain is Stuck:
Your OpenSearch Service domain enters the "Processing" state when it's in the middle of a configuration change. During this process, OpenSearch Service uses a blue/green deployment approach where it creates a new environment with a new set of applicable nodes. The domain can get stuck if:
- New data nodes fail to launch properly
- Shard migration to the new nodes is unsuccessful
- Validation checks have failed with errors
Important Limitations:
Unfortunately, you cannot cancel an upgrade or configuration change after you initiate it. The cancel operation only works when the domain config change status is "ValidationFailed" - which explains the error you're receiving. Once a change is in the "ApplyingChanges" state, you must wait for AWS to resolve any underlying issues before the process can complete.
What You Should Do:
-
Monitor CloudWatch Metrics: Check metrics like "FreeStorageSpace," "ClusterStatus," and "ClusterIndexWritesBlocked" to identify if there are resource constraints causing the delay.
-
Check for Resource Issues: Even on a single t3.small node, ensure you have sufficient disk space and that the node isn't experiencing memory pressure or other resource constraints.
-
Wait for Resolution: AWS will work to resolve the underlying issue automatically. The domain should eventually complete the change or fail with a specific error message.
-
Contact AWS Support: Given that it's been 7+ hours, I strongly recommend opening a support case with AWS. They can investigate the specific issue causing your domain to be stuck and potentially expedite resolution.
The timeline for configuration changes varies based on the specific change type and domain size, but 7+ hours is unusually long and warrants AWS Support involvement.
Sources
Troubleshooting Amazon OpenSearch Service - Amazon OpenSearch Service
Troubleshoot stuck or failed upgrades in OpenSearch Service | AWS re:Post
Relevant content
asked 4 months ago
