Uh oh!
There was an error while loading. Please reload this page.
[opt](move-memtable) reduce tablet report frequency - #59973
Conversation
hello-stephen
commented
Jan 16, 2026
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
sollhui
commented
Jan 16, 2026
run buildall |
doris-robot
commented
Jan 16, 2026
TPC-H: Total hot run time: 31239 ms |
doris-robot
commented
Jan 16, 2026
TPC-DS: Total hot run time: 174147 ms |
doris-robot
commented
Jan 16, 2026
ClickBench: Total hot run time: 27.02 s |
doris-robot
commented
Jan 16, 2026
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Jan 16, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
1 similar comment
hello-stephen
commented
Jan 17, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
liaoxin01
commented
Jan 18, 2026
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
Report tablet load info only on `ADD_SEGMENT` to reduce frequency: ` ADD_SEGMENT` is sent once per segment, while `APPEND_DATA` is sent for every data batch, which reduces some unnecessary tablet report.
What problem does this PR solve?
Report tablet load info only on
ADD_SEGMENTto reduce frequency:ADD_SEGMENTis sent once per segment, whileAPPEND_DATAis sent for every data batch, which reduces some unnecessary tablet report.Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)