yuz10 commented on a change in pull request #3318:
URL: https://github.com/apache/rocketmq/pull/3318#discussion_r705239632
##########
File path: store/src/main/java/org/apache/rocketmq/store/CommitLog.java
##########
@@ -582,7 +584,7 @@ private String generateKey(StringBuilder keyBuilder,
MessageExt messageExt) {
if (tranType == MessageSysFlag.TRANSACTION_NOT_TYPE
|| tranType == MessageSysFlag.TRANSACTION_COMMIT_TYPE) {
// Delay Delivery
- if (msg.getDelayTimeLevel() > 0) {
+ if (msg.getDelayTimeLevel() > 0 && !isDLQTopic(msg.getTopic())) {
Review comment:
We could remove the delay_level property of DLQ msg from the source
--
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]