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

Alter request to physical region is forbidden #5042

Closed
killme2008 opened this issue Nov 23, 2024 · 3 comments
Closed

Alter request to physical region is forbidden #5042

killme2008 opened this issue Nov 23, 2024 · 3 comments
Labels
C-bug Category Bugs
Milestone

Comments

@killme2008
Copy link
Contributor

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:

mysql> ALTER TABLE greptime_physical_table set ttl='2years';
ERROR 1235 (42000): (Unsupported): Alter request to physical region is forbidden

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

@killme2008 killme2008 added the C-bug Category Bugs label Nov 23, 2024
@killme2008
Copy link
Contributor Author

Actually, we don't need to forbid this operation for physical tables at all.

@evenyag
Copy link
Contributor

evenyag commented Nov 29, 2024

Can we close this issue now?

@killme2008
Copy link
Contributor Author

Yes, fixed via #5046 , thansk to @lyang24

@killme2008 killme2008 added this to the v0.11 milestone Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category Bugs
Projects
None yet
Development

No branches or pull requests

2 participants