gavinchou commented on code in PR #35653:
URL: https://github.com/apache/doris/pull/35653#discussion_r1620315744


##########
fe/fe-core/src/main/java/org/apache/doris/persist/EditLog.java:
##########
@@ -2102,4 +2102,17 @@ public String getNotReadyReason() {
         }
         return "";
     }
+
+    public boolean exceedMaxJournalSize(BackupJob job) {

Review Comment:
   It seems that we can change it to the following form
   ```suggestion
       public boolean exceedMaxJournalSize(Writable w) {
   ```



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