Elasticsearch's domain status stuck at processing

0

Hello I was facing ES EBS space issue (Prod Env) since last few days. Further i have increased ES EBS volume 10 to 128 GB using "Configure cluster", keep all configration same as, only increased EBS size up, and submitted. now 24 hours has been gone, still i can see Domain Status "Processing" . Could please help me how to fix it? or why is it taking too much time.

asked 2 years ago465 views
1 Answer
0

EBS volume change triggers a blue/green deployment process which means:

  • AWS will provision a new set of nodes
  • Data is migrated from old nodes to the new ones.
  • Once this is complete, old nodes are terminated

While executing this kind of change, it is recommended to ensure :

  • The workload in the cluster is comparatively low.
  • There is only one configuration change at a time.
  • The cluster is in a healthy and active state when the configuration change is triggered.
  • There are dedicated master nodes ( 3 masters )

Now this may get stuck due to -

  • Lack of exact instances type in the AZ
  • Shard migration to new nodes is stuck
  • Other things

Hence, to figure out what is exactly happening in your situation - you can raise a support ticket and let the support team do further investigation

AWS
answered 2 years ago
  • I tried to reset the settings and now I next message UpdateDomainConfig: {"message":"Update has failed. Reason(s): The Cognito User Pool does not have the domain name set. Please set it and try again.The Cognito User Pool configured with this domain is unavailable. Please update the User Pool ID and try again. If the issue persists, please contact AWS Support."}

    I reset security configuration and I still have the same. so I do nit have any Cognito configuration for my ES, but it still ask me about domain name

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions