deardeng commented on code in PR #60705:
URL: https://github.com/apache/doris/pull/60705#discussion_r2867039581
##########
fe/fe-core/src/main/java/org/apache/doris/master/Checkpoint.java:
##########
@@ -146,6 +166,7 @@ public synchronized void doCheckpoint() throws
CheckpointException {
checkPointVersion,
env.getReplayedJournalId()));
}
env.postProcessAfterMetadataReplayed(false);
+ postProcessCloudMetadata();
Review Comment:
@w41ter 这里是说,生成image后到post之间,table、partition version 被改了么?
--
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]