-
Notifications
You must be signed in to change notification settings - Fork 807
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
Table Manager - UnknownOperationException error syncing tables #1484
Comments
I don't know what is causing "UnknownOperationException", however you should adjust your configuration to stop it creating hundreds of tables - whatever DynamoDB has a limit of 255 tables per user by default, also it is a waste of time and resources to create tables you don't need. If you still get the error, please post your full set of command-line arguments and any yaml files supplied to the table-manager. |
This is my table manager deployment logs file
To create table manager deployment, I'm using the file that we can find in this repo. I just change all the dates.
|
Looks like you are using dynamodb-local, and since the errors only appear on second sync I guess that component is failing the operation to read tags. |
If I use the image that are in k8s dynamodb's file:
That give the output in the comment above (my last comment -> #1484 (comment)). Now i change to AWS Local DynamoDB image:
and this is my new log's file:
And only now I have some errors about tagging |
I made a couple of PRs intended to improve matters. If you could try out the config one that'd be great. (You can ignore the table-manager sync errors until midnight (UTC) Wednesday) |
@bboreham, Thanks. I will "follow" your PR then. |
Hello @bboreham, I already tryed deploy cortex project with your most recent changes, however and I'm still having problems with table manager deployment. Table manager logs:
It's getting a huge headache deploying Cortex in K8s. I think I didn't show yet all the scenario that I want to implement. I will leave here a scheme to show what I want to implement. If it's possible, please I would like to ear your opinion about the possibility of implement it. |
Hello again @bboreham. I tried again with AWS DynamoDB Free Tier and it works perfectly. I'm not sure, but probably, AWS just turn off some features of that docker image that are important to run Cortex. |
Hello everyone. I'm having this problem with Table Manager. What can I do to resolve it?
The text was updated successfully, but these errors were encountered: