dugenkui03 opened a new issue #4096: URL: https://github.com/apache/rocketmq/issues/4096
**BUG REPORT** - There is a `#getServiceState()` method existed in `DefaultMQPullConsumerImpl`, as well as`DefaultMQPushConsumerImpl`, application will get a wrong state by `#getServiceState()` if another thread haven't finish the `#start()` but already set state to `ServiceState.START_FAILED`; - Make the read and write of `serviceState` much safer both in `DefaultMQProducerImpl` and `DefaultMQAdminExtImpl`. -- 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]
