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

Re-think how Atlas should perform schema changes on start up #6238

Open
Sam-Kramer opened this issue Sep 22, 2022 · 0 comments
Open

Re-think how Atlas should perform schema changes on start up #6238

Sam-Kramer opened this issue Sep 22, 2022 · 0 comments

Comments

@Sam-Kramer
Copy link
Contributor

Currently, Atlas will try and make any schema modifications on start up for all tables in a single go, rather than waiting for schema agreement on a per-table basis. Changing this has severe consequences for underlying services, so I'd rather that we either allow for multiple schema changes (via new thrift endpoint) to occur at once in C*, or we allow schema modifications to happen in a background thread, and yet still allow us to serve requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant