-
Notifications
You must be signed in to change notification settings - Fork 335
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: handle scan request on metric engine #2793
feat: handle scan request on metric engine #2793
Conversation
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2793 +/- ##
===========================================
- Coverage 84.49% 84.38% -0.11%
===========================================
Files 729 732 +3
Lines 113510 114130 +620
===========================================
+ Hits 95913 96313 +400
- Misses 17597 17817 +220 |
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
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
.contains_key(®ion_id); | ||
|
||
if is_reading_physical_region { | ||
info!( |
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.
The log level is too high, debug
would be better.
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
Handle
ScanRequest
on metric engine. Request to logical region will be transformed to request to physical region, and request to physical region is proxied to mito directly.Checklist
Refer to a related PR or issue link (optional)