kangkaisen opened a new issue #2170: Decrease edit_log_roll_num config maybe don't work URL: https://github.com/apache/incubator-doris/issues/2170 **Describe the bug** 1 admin set frontend config ("edit_log_roll_num" = "50"); 2 if `txId` has larger than 50, the new image file will not generate. ``` if (txId == Config.edit_log_roll_num) { LOG.info("txId is equal to edit_log_roll_num {}, will roll edit.", txId); ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org