chaoyli commented on a change in pull request #3690:
URL: https://github.com/apache/incubator-doris/pull/3690#discussion_r431543771



##########
File path: be/src/olap/tablet.cpp
##########
@@ -68,7 +68,7 @@ Tablet::Tablet(TabletMetaSharedPtr tablet_meta, DataDir* 
data_dir) :
         _last_base_compaction_failure_millis(0),
         _last_cumu_compaction_success_millis(0),
         _last_base_compaction_success_millis(0),
-        _cumulative_point(kInvalidCumulativePoint) {
+        _cumulative_point(tablet_meta->cumulative_layer_point()) {

Review comment:
       cumulative point in tablet meta has non-sense. 
   If will cause another persistence for clone/compaction.
   So it's removed from tablet meta when refactoring BE.
   You can see it because of compatibility for the old code path. 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to