dynamodb table stuck in creating

0

I am creating a few global tables in dynamodb (from CDK). After creating some tables without problems, one of the table was created on the main region and got stuck in "updating" while a replica remained stuck in "Creating". This remained blocked for the last ~16 hours without a timeout, and I can't find a way to cancel the creation from the console (or otherwise). Is there a way to delete/cancel this type of hanging operations?

Thank you!

4개 답변
1

No unfortunately there is no way to cancel the request, you must first let it complete before removing the replica. If your source region has a large amount of data, then it can take several hours to replicate the data to other regions. Furthermore, your source region is still fully active to serve traffic while in an Updating state.

If your table is still stuck, then please reach out to customer services who can assist with the issue.

https://aws.amazon.com/contact-us/

profile pictureAWS
전문가
답변함 일 년 전
0

Hi, the table is empty. The incident happened in the initial creation: created in CDK:

new CfnGlobalTable(scope, tableName, new CfnGlobalTableProps { [......] Replicas = [....], }

So the table in the main region was created and started creating the replica in the first region. The replica is stuck in "Creating" and after a while the stacks started to rollout and got deleted. And what is left is these 2 tables (the main region one in "updating" and the replica in "creating"). Of course the dynamodb stack failed to delete, but then i deleted it ok by skipping the respective table. At this moment it would be around 20hours - what is considered to be a maximum timeout? Thank you!

답변함 일 년 전
  • Its very likely you are missing permissions to create the replica for Global Table and thats why its stuck in creating state. As mentioned, reach out to Customer Services to have the issue resolved.

0

Deploying the same stack (no change, except different table names), with same user (which is full admin) worked ok. Also the first time a few tables and replicas were created ok before getting stuck. So it doesn't seem like an user permission error.

Also, we have basic support, which doesn't allow me to request tech support. But this issue, as mentioned, seems more like a bug on AWS side rather than a personal support request. Is there another section where i need to address my request to?

Thank you!

답변함 일 년 전
  • You do not need tech support, customer services should sort the issue out for you.

0

Thank you!

답변함 일 년 전

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

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

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

관련 콘텐츠