csun5285 commented on code in PR #38791:
URL: https://github.com/apache/doris/pull/38791#discussion_r1704857052
##########
be/src/olap/cumulative_compaction.cpp:
##########
@@ -108,8 +108,11 @@ Status CumulativeCompaction::execute_compact() {
tablet(), _input_rowsets, _output_rowset, _last_delete_version);
VLOG_CRITICAL << "after cumulative compaction, current cumulative point is
"
<< tablet()->cumulative_layer_point() << ", tablet=" <<
_tablet->tablet_id();
-
- tablet()->set_last_cumu_compaction_success_time(UnixMillis());
+ // The TIME_SERIES_POLICY generates an empty rowset and doesn't update the
timestamp
Review Comment:
done
--
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]