Lchangliang commented on code in PR #37293: URL: https://github.com/apache/doris/pull/37293#discussion_r1677481266
########## be/src/cloud/cloud_tablet.h: ########## @@ -145,6 +145,9 @@ class CloudTablet final : public BaseTablet { _last_base_compaction_schedule_millis = millis; } + int64_t alter_version() const { return _alter_version; } + void set_alter_version(int64_t alter_version) { _alter_version = alter_version; } Review Comment: BE restart or quit from process_alter_tablet. In process_alter_tablet, there have a defer to change it. -- 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: commits-unsubscr...@doris.apache.org 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