Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DynamoDB CreateTable fails every time if you have tags #1369

Closed
bboreham opened this issue May 2, 2019 · 6 comments
Closed

DynamoDB CreateTable fails every time if you have tags #1369

bboreham opened this issue May 2, 2019 · 6 comments

Comments

@bboreham
Copy link
Contributor

bboreham commented May 2, 2019

The table creation doesn't happen instantly, so the attempt to tag it fails.
This is masked by the table-manager retrying every 2 minutes, but it's alarming if you're reading the logs.

level=info ts=2019-05-01T22:01:46.414498953Z caller=table_manager.go:218 msg="synching tables" num_expected_tables=37 expected_tables=37
level=info ts=2019-05-01T22:01:46.573307452Z caller=table_manager.go:357 msg="creating table" table=prod_chunk_data_weekly_2574
level=error ts=2019-05-01T22:01:46.824801006Z caller=table_manager.go:206 msg="error syncing tables" err="ResourceNotFoundException: Requested resource not found: ResourcArn: arn:aws:dynamodb:us-east-1:664268111851:table/prod_chunk_data_weekly_2574 not found\n\tstatus code: 400, request id: Q3VR29AV5JGHP1011F7LQED7SVVV4KQNSO5AEMVJF66Q9ASUAAJG"
level=info ts=2019-05-01T22:03:46.414360471Z caller=table_manager.go:218 msg="synching tables" num_expected_tables=37 expected_tables=37
level=info ts=2019-05-01T22:03:46.562405469Z caller=table_manager.go:357 msg="creating table" table=prod_chunks_weekly_2574
level=error ts=2019-05-01T22:03:46.834262941Z caller=table_manager.go:206 msg="error syncing tables" err="ResourceNotFoundException: Requested resource not found: ResourcArn: arn:aws:dynamodb:us-east-1:664268111851:table/prod_chunks_weekly_2574 not found\n\tstatus code: 400, request id: FMIQMBGAAB069GPMPETMP4V8AFVV4KQNSO5AEMVJF66Q9ASUAAJG"
level=info ts=2019-05-01T22:05:46.414376598Z caller=table_manager.go:218 msg="synching tables" num_expected_tables=37 expected_tables=37
@Serrvosky
Copy link

I'm having a similar problem. This is my log error:

level=info ts=2019-07-01T08:15:32.590323839Z caller=table_manager.go:349 msg="creating table" table=cortex_weekly_2461
level=info ts=2019-07-01T08:15:33.06173812Z caller=table_manager.go:349 msg="creating table" table=cortex_weekly_2486
level=info ts=2019-07-01T08:15:33.567898754Z caller=table_manager.go:206 msg="synching tables" num_expected_tables=247 expected_tables=247
level=error ts=2019-07-01T08:15:35.028131831Z caller=table_manager.go:174 msg="error syncing tables" err="UnknownOperationException: An unknown operation was requested.\n\tstatus code: 400, request id: b421e05e-d216-4893-9c7f-a0f362827b3e"

@bboreham
Copy link
Contributor Author

bboreham commented Jul 1, 2019

@Serrvosky your error message is different: please open a new issue.

@Serrvosky
Copy link

@bboreham #1484

@shaikatz
Copy link

This is still happening.

@feliu
Copy link

feliu commented Feb 5, 2020

Yes, I also need to remove the tags to make it work...

@stale
Copy link

stale bot commented Apr 5, 2020

This issue has been automatically marked as stale because it has not had any activity in the past 60 days. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 5, 2020
@stale stale bot closed this as completed Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants