You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2018/11/16 02:03:15 UTC

[GitHub] duhengforever opened a new issue #544: Transactional message will be lost under extreme conditions when using CHECK_IMMUNITY_TIME_IN_SECONDS properties

duhengforever opened a new issue #544: Transactional message will be lost under extreme conditions when using CHECK_IMMUNITY_TIME_IN_SECONDS properties
URL: https://github.com/apache/rocketmq/issues/544
 
 
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   When using CHECK_IMMUNITY_TIME_IN_SECONDS properties, half message may be unchecked under some extreme condition.
   - What did you do (The steps to reproduce)?
   During TransactionalMessageServiceImpl#checkPrepareQueueOffset  check half message with CHECK_IMMUNITY_TIME_IN_SECONDS property whether timeout  , and if this happened in the same millisecond, this message will not be checked.
   
   - What did you expect to see?
   Half message should checked when using CHECK_IMMUNITY_TIME_IN_SECONDS properties.
   
   - What did you see instead?
   
   2. Please tell us about your environment:
   4.3.2
   
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services