Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
4.0.0-incubating, 4.1.0-incubating, 4.2.0, 4.3.0
-
None
-
None
-
All Environments
Description
According to the retry logic, the code "if (msg.getReconsumeTimes() >= getMaxReconsumeTimes())" should be changed to "if (msg.getReconsumeTimes() < getMaxReconsumeTimes())"