Skip to content

Commit

Permalink
[ISSUE apache#7914] Fix the issue that pop revive msg to retry topic …
Browse files Browse the repository at this point in the history
…may lose messages (apache#7915)

* typo int readme[ecosystem]

* fix pop problem
  • Loading branch information
fujian-zfj authored Mar 18, 2024
1 parent e1339ac commit 9b4f16a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -541,11 +541,6 @@ private void reviveMsgFromCk(PopCheckPoint popCheckPoint) {

}
}
//skip ck from last epoch
if (popCheckPoint.getPopTime() < message.getStoreTimestamp()) {
POP_LOGGER.warn("reviveQueueId={}, skip ck from last epoch {}", queueId, popCheckPoint);
return new Pair<>(msgOffset, true);
}
boolean result = reviveRetry(popCheckPoint, message);
return new Pair<>(msgOffset, result);
});
Expand Down

0 comments on commit 9b4f16a

Please sign in to comment.