w41ter commented on code in PR #44818:
URL: https://github.com/apache/doris/pull/44818#discussion_r1875299749


##########
fe/fe-core/src/main/java/org/apache/doris/binlog/BinlogManager.java:
##########
@@ -446,6 +447,17 @@ public void addDropRollup(DropInfo info, long commitSeq) {
         addBinlog(dbId, tableIds, commitSeq, timestamp, type, data, false, 
info);
     }
 
+    public void addRecoverTableRecord(RecoverInfo info, long commitSeq) {

Review Comment:
   The `RecoverInfo` comes from the old version of Doris, which does not 
contain `TableName` and `PartitionName`, and should be filtered here. 
Otherwise, it might cause the ccr syncer to stop synching.



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

Reply via email to