dugenkui03 opened a new issue #4090: URL: https://github.com/apache/rocketmq/issues/4090
## 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
