yiguolei commented on code in PR #21505:
URL: https://github.com/apache/doris/pull/21505#discussion_r1257442577
##########
be/src/olap/tablet.h:
##########
@@ -708,6 +709,13 @@ inline void Tablet::set_cumulative_layer_point(int64_t
new_point) {
_cumulative_point = new_point;
}
+inline void Tablet::save_cumulative_layer_point(int64_t new_point) {
Review Comment:
Is there any difference between set_cumulative_layer_point? I only find some
checks.
--
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]