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.

已提問 2 年前檢視次數 469 次
1 個回答
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
已回答 2 年前
  • 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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南