lixinwen commented on issue #615: Transactional message check bug, when user set PROPERTY_CHECK_IMMUNITY_TIME_IN_SECONDS URL: https://github.com/apache/rocketmq/issues/615#issuecomment-448911374 > @lixinwen This issue has been fixed in this [PR](https://github.com/apache/rocketmq/pull/548) Thank you. Before submit this issue, i saw the issue you sent. I have seen the code modification record, and all i have seen is to remove the following line of code: <code> if (System.currentTimeMillis() - msgExt. getBornTimestamp() < checkImmunityTime) { ... else return true; </code> Or maybe i didn't see the whole thing, or i didn't understand it. if not, that's is difference case.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
