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
Standalone mode, Datanode
The background task drop table multiple times
Ubuntu 23.04
No response
The text was updated successfully, but these errors were encountered:
Forgot to break the loop here.
greptimedb/src/mito2/src/worker/handle_drop.rs
Lines 97 to 100 in a428241
We should add a test for this.
Sorry, something went wrong.
Forgot to break the loop here. greptimedb/src/mito2/src/worker/handle_drop.rs Lines 97 to 100 in a428241 } else { dropping_regions.remove_region(region_id); info!("Region {} is dropped", region_path); } We should add a test for this.
Let’s put our dear friend @waynexia in bug jail🤧
evenyag
Successfully merging a pull request may close this issue.
What type of bug is this?
Unexpected error
What subsystems are affected?
Standalone mode, Datanode
What happened?
The background task drop table multiple times
What operating system did you use?
Ubuntu 23.04
Relevant log output and stack trace
No response
How can we reproduce the bug?
The text was updated successfully, but these errors were encountered: