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
Unexpected error, User Experience
Storage Engine
Try to change a physical table ttl:
ttl
mysql> ALTER TABLE greptime_physical_table set ttl='2years'; ERROR 1235 (42000): (Unsupported): Alter request to physical region is forbidden
But it fails.
Success to alter
Throws error.
All
0.10.0
No response
The text was updated successfully, but these errors were encountered:
Actually, we don't need to forbid this operation for physical tables at all.
Sorry, something went wrong.
Can we close this issue now?
Yes, fixed via #5046 , thansk to @lyang24
No branches or pull requests
What type of bug is this?
Unexpected error, User Experience
What subsystems are affected?
Storage Engine
Minimal reproduce step
Try to change a physical table
ttl
:But it fails.
What did you expect to see?
Success to alter
What did you see instead?
Throws error.
What operating system did you use?
All
What version of GreptimeDB did you use?
0.10.0
Relevant log output and stack trace
No response
The text was updated successfully, but these errors were encountered: