weihubeats commented on code in PR #7084:
URL: https://github.com/apache/rocketmq/pull/7084#discussion_r1278304224
##########
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:
I don't know if I understand correctly, but we correct the offset when we
initialize the startup, not when we synchronize it
--
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]