mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-19 02:23:24 +08:00
* typo int readme[ecosystem] * fix pop problem
This commit is contained in:
@@ -541,11 +541,6 @@ public class PopReviveService extends ServiceThread {
|
||||
|
||||
}
|
||||
}
|
||||
//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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user