gavinchou commented on code in PR #65810:
URL: https://github.com/apache/doris/pull/65810#discussion_r3629296704
##########
be/src/cloud/cloud_tablet.cpp:
##########
@@ -814,6 +814,9 @@ void CloudTablet::reset_approximate_stats(int64_t
num_rowsets, int64_t num_segme
auto cp = _cumulative_point.load(std::memory_order_relaxed);
for (auto& [v, r] : _rs_version_map) {
if (v.second < cp) {
+ if (is_row_binlog_tablet()) {
+ cumu_num_deltas += 1;
Review Comment:
why? add some comment to this magic logic
--
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]