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 2022/04/01 16:25:23 UTC

[GitHub] [rocketmq] dugenkui03 opened a new pull request #4089: Fail faster to keep consistent state

dugenkui03 opened a new pull request #4089:
URL: https://github.com/apache/rocketmq/pull/4089


   ## What is the purpose of the change
   When `DefaultLitePullConsumer#start` is invoked in second or more times, a redundent ConsumerMessageHool will registered in `DefaultLitePullConsumerImpl#consumeMessageHookList`. Add a 'check method' to avoid this inconsistency problem.
   
   ## Brief changelog
   
   Add `DefaultLitePullConsumer#checkServiceState` and invoked in `DefaultLitePullConsumer#start` for fail faster.
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] dugenkui03 closed pull request #4089: [ISSUE #4089]Fail faster to keep consistent state

Posted by GitBox <gi...@apache.org>.
dugenkui03 closed pull request #4089:
URL: https://github.com/apache/rocketmq/pull/4089


   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org