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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则