-
Notifications
You must be signed in to change notification settings - Fork 3.7k
fix scan_bytes_from_local/remote_storage issue in audit log, when enable file cache #52127
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
Conversation
…tes_from_remote_storage shoud not be zero, and scan_bytes should be scan_bytes_from_local_storage + scan_bytes_from_remote_storage apache#51872
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 33730 ms |
TPC-DS: Total hot run time: 185819 ms |
ClickBench: Total hot run time: 29.73 s |
FE UT Coverage ReportIncrement line coverage |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run cloud_p0 |
|
#52232 this pr is better |
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
when enable file cache, the scan_bytes_from_local_storage and scan_bytes_from_remote_storage shoud not be zero, and scan_bytes should be scan_bytes_from_local_storage + scan_bytes_from_remote_storage
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)