zhangwl9 commented on code in PR #3659:
URL: https://github.com/apache/amoro/pull/3659#discussion_r2227247416
##########
amoro-ams/src/main/java/org/apache/amoro/server/scheduler/inline/DanglingDeleteFilesCleaningExecutor.java:
##########
@@ -41,7 +43,7 @@ protected DanglingDeleteFilesCleaningExecutor(TableService
tableService, int poo
@Override
protected long getNextExecutingTime(DefaultTableRuntime tableRuntime) {
- return INTERVAL;
+ return INTERVAL + getExecutorDelay();
Review Comment:
@klion26 fixup
--
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]