Skip to content

Commit 4f89e46

Browse files
coolmoon101RongtongJin
authored andcommitted
[ISSUE #9249] When delivery fails, there is an incorrect start offset in the delivery settings
1 parent e89dfdb commit 4f89e46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

broker/src/main/java/org/apache/rocketmq/broker/schedule/ScheduleMessageService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ public void executeOnTimeUp() {
474474
}
475475

476476
if (!deliverSuc) {
477-
this.scheduleNextTimerTask(nextOffset, DELAY_FOR_A_WHILE);
477+
this.scheduleNextTimerTask(currOffset, DELAY_FOR_A_WHILE);
478478
return;
479479
}
480480
}

0 commit comments

Comments
 (0)