mymeiyi commented on code in PR #60705:
URL: https://github.com/apache/doris/pull/60705#discussion_r2882340730


##########
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:
   有这种可能,除了影响快照(快照这里可以在clone后save前改下),还有什么其它的影响吗?



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

Reply via email to