Uh oh!
There was an error while loading. Please reload this page.
[Enhancement] Improve Compaction Profiling and Logging-task2 - #42227
[Enhancement] Improve Compaction Profiling and Logging-task2#42227Yoruet wants to merge 14 commits into
Conversation
doris-robot
commented
Oct 21, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
clang-tidy review says "All clean, LGTM! 👍" |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
Yukang-Lian
left a comment
There was a problem hiding this comment.
plz add some regression tests
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
Yoruet
commented
Oct 24, 2024
run buildall |
1 similar comment
Yukang-Lian
commented
Oct 24, 2024
run buildall |
doris-robot
commented
Oct 24, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 24, 2024
TPC-H: Total hot run time: 41424 ms |
doris-robot
commented
Oct 24, 2024
TPC-DS: Total hot run time: 191918 ms |
doris-robot
commented
Oct 24, 2024
ClickBench: Total hot run time: 33.27 s |
Yoruet
commented
Oct 24, 2024
run buildall |
doris-robot
commented
Oct 25, 2024
TPC-DS: Total hot run time: 192472 ms |
doris-robot
commented
Oct 25, 2024
ClickBench: Total hot run time: 33.01 s |
83623c4 to
d0851abCompareclang-tidy review says "All clean, LGTM! 👍" |
Uh oh!
There was an error while loading. Please reload this page.
Yoruet
commented
Oct 29, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
5feb863 to
869252eCompareYoruet
commented
Oct 29, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 29, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 29, 2024
TPC-H: Total hot run time: 40982 ms |
doris-robot
commented
Oct 29, 2024
TPC-DS: Total hot run time: 196980 ms |
doris-robot
commented
Oct 29, 2024
ClickBench: Total hot run time: 32.61 s |
fix some bug
### 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>
### 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: closeapache#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: closeapache#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>
We're closing this PR because it hasn't been updated in a while. |
Proposed changes
Issue Number: close#41753

Add detailed parameters to compaction status:
add
in
cloud_tablet.cppand add
in
tablet.cpp