weihubeats commented on code in PR #7084:
URL: https://github.com/apache/rocketmq/pull/7084#discussion_r1275678173
##########
broker/src/main/java/org/apache/rocketmq/broker/schedule/ScheduleMessageService.java:
##########
@@ -250,7 +250,6 @@ public boolean correctDelayOffset() {
}
if (correctDelayOffset != currentDelayOffset) {
log.error("correct delay offset [ delayLevel {} ] from {}
to {}", delayLevel, currentDelayOffset, correctDelayOffset);
- offsetTable.put(delayLevel, correctDelayOffset);
Review Comment:
So there should be no reloading of the `delayOffset.json` file here, right?
--
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]