내용으로 건너뛰기

OpenSearch Domain in "Modifying" State — Is It Still Queryable?

0

Hi all, I recently made some configuration changes to an Amazon OpenSearch Service (managed) domain. After the update, I noticed the following: Cluster health: Green Domain status: modifying Configuration changes status: applying changes Blue/Green deployment: Not used for this update I understand that some updates do not trigger a blue/green deployment. However, while the domain is in the modifying and applying changes states, I’d like to confirm:

Can the OpenSearch domain still serve read queries (via API, agents, or AWS Knowledge Base integration)? And is there any risk of data access interruption or inconsistent results during this transition? Thanks in advance for the clarification!

질문됨 5달 전60회 조회
1개 답변
-2

During configuration changes in Amazon OpenSearch Service, your cluster remains available for incoming search and indexing requests. However, there are some performance considerations to be aware of during the update process. You may experience increased search and indexing latency as the service processes the changes, and there could be increased rejections for incoming requests as the cluster load increases.

To minimize potential performance impacts, it's recommended to perform configuration changes when the cluster is healthy and during periods of low network traffic. While the domain is in the "modifying" state, configuration changes such as adding new data nodes, EBS modifications, or other updates are being processed.

For domains undergoing configuration changes, you can monitor the progress through the Domain processing status and Configuration change status fields in the console. The domain will continue processing requests during this time, though you should wait for the domain status to become "Active" before requesting any additional changes.

Reference

[1] https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes.html

AWS
전문가
답변함 5달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.