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
Datanode
When opening a region, the options passed into RegionOpenRequest is always empty:
RegionOpenRequest
greptimedb/src/datanode/src/heartbeat/handler.rs
Line 57 in 9d0de25
Then the opened region lost the region options, and the TTL and compaction behavior didn't respect the table options.
TTL
All system
No response
.
The text was updated successfully, but these errors were encountered:
fengjiachun
WenyXu
Successfully merging a pull request may close this issue.
What type of bug is this?
Unexpected error
What subsystems are affected?
Datanode
What happened?
When opening a region, the options passed into
RegionOpenRequest
is always empty:greptimedb/src/datanode/src/heartbeat/handler.rs
Line 57 in 9d0de25
Then the opened region lost the region options, and the
TTL
and compaction behavior didn't respect the table options.What operating system did you use?
All system
Relevant log output and stack trace
No response
How can we reproduce the bug?
.
The text was updated successfully, but these errors were encountered: