Technoboy- opened a new pull request #13023: URL: https://github.com/apache/pulsar/pull/13023
### Motivation When ConsumerImpl try to call `tryTriggerListener`, it's the internal thread(internalPinnedExecutor) executing `triggerListener`. Then external executor will call `callMessageListener` -> `tryTriggerListener`. This will result in the message order issue. We should keep calling `triggerListener` in the internalPinnedExecutor. ### Modifications - Call `triggerListener` always in internalPinnedExecutor. ### Documentation - [x] `no-need-doc` -- 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]
