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

The update_table_info method should update DatanodeTableValue if need. #2957

Open
WenyXu opened this issue Dec 19, 2023 · 3 comments
Open

The update_table_info method should update DatanodeTableValue if need. #2957

WenyXu opened this issue Dec 19, 2023 · 3 comments

Comments

@WenyXu
Copy link
Member

WenyXu commented Dec 19, 2023

What type of enhancement is this?

Tech debt reduction

What does the enhancement do?

If a table alters its region_options, the redundant value DatanodeTableValue should be updated too.

Implementation challenges

No response

Related #2051 #1084

@WenyXu
Copy link
Member Author

WenyXu commented Dec 19, 2023

But we don't support altering table options(stored in region_options ) for now. cc @evenyag

@killme2008
Copy link
Contributor

But we don't support altering table options(stored in region_options ) for now. cc @evenyag

Does the new mito engine support altering the region options currently? @evenyag

@evenyag
Copy link
Contributor

evenyag commented Jan 3, 2024

But we don't support altering table options(stored in region_options ) for now. cc @evenyag

Does the new mito engine support altering the region options currently? @evenyag

No, but region options are persisted in meta server so the region will use the new options after restart which re-open all regions.

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

3 participants