RongtongJin commented on code in PR #7084: URL: https://github.com/apache/rocketmq/pull/7084#discussion_r1278212940
########## broker/src/main/java/org/apache/rocketmq/broker/schedule/ScheduleMessageService.java: ########## @@ -218,8 +218,7 @@ public String encode() { @Override public boolean load() { - boolean result = super.load(); - result = result && this.parseDelayLevel(); Review Comment: IMO, we should read delayOffset.json and should not correct the delay offset when slave broker sync delay offset. -- 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...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org