yixiutt commented on code in PR #9915:
URL: https://github.com/apache/incubator-doris/pull/9915#discussion_r887442783
##########
be/src/olap/tablet_manager.cpp:
##########
@@ -636,6 +636,13 @@ TabletSharedPtr
TabletManager::find_best_tablet_to_compaction(
<< ", tablet_id=" << tablet_ptr->tablet_id();
continue;
}
+ if (compaction_type == CompactionType::BASE_COMPACTION &&
Review Comment:
i'll fix it, hanlde it in pick rowset, filter big rowset if no delete exist
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]