Uh oh!
There was an error while loading. Please reload this page.
[improve](cloud-mow) batch get tablet stats when get_delete_bitmap_update_lock - #47281
Conversation
hello-stephen
commented
Jan 21, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
| } else { | ||
| int32_t batch_size = config::max_mow_tablet_stat_num_per_batch; |
There was a problem hiding this comment.
How about adding some tests for this branch?
There was a problem hiding this comment.
+1, #45206 added many unit tests, this PR should update these tests as well
There was a problem hiding this comment.
enable this feature by default, so the original test works for it
Uh oh!
There was an error while loading. Please reload this page.
f3495f5 to
535fc73Comparemymeiyi
commented
Jan 23, 2025
run buildall |
| stats_values.reserve(batch_size); | ||
| size_t num_acquired = request->tablet_indexes_size(); | ||
| for (size_t i = response->base_compaction_cnts_size(); i < num_acquired; i += batch_size) { |
There was a problem hiding this comment.
Transaction::batch_get handled batch splitting inside(BatchGetOptions::concurrency), so don't need to do this in caller place?
mymeiyi
commented
May 26, 2025
run buildall |
doris-robot
commented
May 26, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
as the title,

before:
after:

Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)