We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
update_table_info
DatanodeTableValue
Tech debt reduction
If a table alters its region_options, the redundant value DatanodeTableValue should be updated too.
region_options
No response
Related #2051 #1084
The text was updated successfully, but these errors were encountered:
But we don't support altering table options(stored in region_options ) for now. cc @evenyag
Sorry, something went wrong.
Does the new mito engine support altering the region options currently? @evenyag
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.
No branches or pull requests
What type of enhancement is this?
Tech debt reduction
What does the enhancement do?
If a table alters its
region_options
, the redundant valueDatanodeTableValue
should be updated too.Implementation challenges
No response
Related #2051 #1084
The text was updated successfully, but these errors were encountered: