SWJTU-ZhangLei commented on code in PR #29966:
URL: https://github.com/apache/doris/pull/29966#discussion_r1452866863


##########
fe/fe-core/src/main/java/org/apache/doris/persist/EditLog.java:
##########
@@ -1125,7 +1125,7 @@ public static void loadJournal(Env env, Long logId, 
JournalEntity journal) {
                     break;
                 }
                 case OperationType.OP_DELETE_TABLE_STATS: {
-                    
env.getAnalysisManager().replayTableStatsDeletion((TableStatsDeletionLog) 
journal.getData());
+                    LOG.info("replay delete table stat: {}", 
((TableStatsDeletionLog) journal.getData()).id);

Review Comment:
   > Without replay table stats deletion, how to clear a follower's table stats?
   
   Thanks for you comment, i hava updated the code.



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