binzhaomobile created ROCKETMQ-210:
--------------------------------------
Summary: Logic Error in
ConsumeMessageOrderlyService#checkReconsumeTimes
Key: ROCKETMQ-210
URL: https://issues.apache.org/jira/browse/ROCKETMQ-210
Project: Apache RocketMQ
Issue Type: Bug
Components: rocketmq-client
Affects Versions: 4.0.0-incubating, 4.1.0-incubating, 4.2.0-incubating,
4.3.0-incubating
Environment: All Environments
Reporter: binzhaomobile
Assignee: Xiaorui Wang
Priority: Minor
According to the retry logic, the code "if (msg.getReconsumeTimes() >=
getMaxReconsumeTimes())" should be changed to "if (msg.getReconsumeTimes() <
getMaxReconsumeTimes())"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)