-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[Feature](Compaction)Improve Compaction Profiling and Logging #50950
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
[Feature](Compaction)Improve Compaction Profiling and Logging #50950
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
run buildall |
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 33849 ms
|
TPC-DS: Total hot run time: 185882 ms
|
ClickBench: Total hot run time: 28.58 s
|
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
PR approved by at least one committer and no changes requested. |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
run external |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
### What problem does this PR solve? Issue Number: close #xxx Related PR: #42227 Problem Summary: Issue Number: close #41753 Add detailed parameters to compaction status: add last cumulative failure time last base failure time last full failure time last cumulative success time last base success time last full success time last cumulative schedule time last base schedule time last full schedule time last cumulative status last base status last full status in cloud_tablet.cpp and add last cumulative schedule time last full schedule time last cumulative status last full status in tablet.cpp Co-authored-by: yoruet <1559650411@qq.com>
…#50950) ### What problem does this PR solve? Issue Number: close #xxx Related PR: apache#42227 Problem Summary: Issue Number: close apache#41753 Add detailed parameters to compaction status: add last cumulative failure time last base failure time last full failure time last cumulative success time last base success time last full success time last cumulative schedule time last base schedule time last full schedule time last cumulative status last base status last full status in cloud_tablet.cpp and add last cumulative schedule time last full schedule time last cumulative status last full status in tablet.cpp Co-authored-by: yoruet <1559650411@qq.com>
…#50950) ### What problem does this PR solve? Issue Number: close #xxx Related PR: apache#42227 Problem Summary: Issue Number: close apache#41753 Add detailed parameters to compaction status: add last cumulative failure time last base failure time last full failure time last cumulative success time last base success time last full success time last cumulative schedule time last base schedule time last full schedule time last cumulative status last base status last full status in cloud_tablet.cpp and add last cumulative schedule time last full schedule time last cumulative status last full status in tablet.cpp Co-authored-by: yoruet <1559650411@qq.com>
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #42227
Problem Summary:
Issue Number: close #41753
Add detailed parameters to compaction status:
add
last cumulative failure time
last base failure time
last full failure time
last cumulative success time
last base success time
last full success time
last cumulative schedule time
last base schedule time
last full schedule time
last cumulative status
last base status
last full status
in cloud_tablet.cpp
and add
last cumulative schedule time
last full schedule time
last cumulative status
last full status
in tablet.cpp
Co-authored-by: yoruet 1559650411@qq.com
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)