opensearch cross-cluster replication stuck in 'BOOTSTRAPPING' state

0

I’m having trouble setting up multi-region replication between two aws opensearch domains. I’ve been following the documentation (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/replication.html) but once I start the replication via PUT call and query the replication status I see that the status is stuck at ‘BOOTSTRAPPING’ and I can see that no bytes have been transferred, even hours later.

PUT request payload to start the replication:

{
  "leader_alias": "dss-pre-prod-use2-usw2",
  "leader_index": "devportal.resourcev2",
  "use_roles":{
    "leader_cluster_role": "all_access",
    "follower_cluster_role": "all_access"
  }
}

GET response:

{
  "status": "BOOTSTRAPPING",
  "reason": "User initiated",
  "leader_alias": "dss-pre-prod-use2-usw2",
  "leader_index": "devportal.resourcev2",
  "follower_index": "devportal.resourcev2",
  "bootstrap_details": {
    "bytes_total": 0,
    "bytes_recovered": 0,
    "bytes_percent": 0.0,
    "files_total": 0,
    "files_recovered": 0,
    "files_percent": 0.0,
    "start_time": 1650317767399,
    "running_time": 18585600
  }
}

There are only 5 documents in the leader index, so the replication seems stuck. I've tried deleting the follower index and restarting the replication multiple times but with the same result. How can I debug this issue?

질문됨 2년 전579회 조회
1개 답변
0

Hi , hope this situation has been resolved by now.

for the next time , or otherwise if you still have the issue. This is a case in which AWS Support should be able to help you, because no general answer may apply and something contextual to your account might be causing the issue.

Your best next steps would be to open a Support case, in case you have not yet a Support subscription, consider to upgrade to Developer Support or Business support depending on the urgency of your case.

Without looking at the internal logs or having more detailed information on the situation it is not possible to provide guidance, sorry.

hope this helps

AWS
Varun_S
답변함 2년 전

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

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

질문 답변하기에 대한 가이드라인