Skip to content

Commit

Permalink
[ISSUE #7412] Fix pop revive message error when reput checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
redlsz authored Oct 9, 2023
1 parent 3808387 commit 0027a14
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ private void rePutCK(PopCheckPoint oldCK, Pair<Long, Boolean> pair) {
newCk.setCId(oldCK.getCId());
newCk.setTopic(oldCK.getTopic());
newCk.setQueueId(oldCK.getQueueId());
newCk.setBrokerName(oldCK.getBrokerName());
newCk.addDiff(0);
MessageExtBrokerInner ckMsg = brokerController.getPopMessageProcessor().buildCkMsg(newCk, queueId);
brokerController.getMessageStore().putMessage(ckMsg);
Expand Down

0 comments on commit 0027a14

Please sign in to comment.