-
Notifications
You must be signed in to change notification settings - Fork 328
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
feat: open region in background #4052
Conversation
247e00c
to
9be018a
Compare
9be018a
to
f7fb14b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4052 +/- ##
==========================================
- Coverage 85.42% 85.05% -0.37%
==========================================
Files 984 987 +3
Lines 170481 171204 +723
==========================================
- Hits 145631 145622 -9
- Misses 24850 25582 +732 |
6e1b526
to
c337836
Compare
c337836
to
1a55292
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest LGTM
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
#4026
What's changed and what's your intention?
Previously, a single
Worker
could only open regions in serial(thehandle_open_request
requires&mut self
). This PR allows for the opening of regions in the background(in parallel).Checklist