-
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: implement the handle_batch_open_requests
#4075
Conversation
188f6e6
to
1a6078d
Compare
handle_batch_open_requests
cfcb065
to
2608a00
Compare
2608a00
to
a84ddad
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4075 +/- ##
==========================================
- Coverage 85.44% 85.15% -0.29%
==========================================
Files 992 993 +1
Lines 173377 173751 +374
==========================================
- Hits 148141 147964 -177
- Misses 25236 25787 +551 |
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.
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.
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?
handle_batch_open_requests
method for theRegionEngine
traithandle_batch_open_requests
method formito
. It tries to group opening regions by topic and then open regions with the same topic in a batch.Checklist