dragonls commented on issue #24697: URL: https://github.com/apache/pulsar/issues/24697#issuecomment-3251547017
> > Just slightly similar symptoms. This issue is using `reader`, that is `PersistentDispatcherSingleActiveConsumer`. > > [@dragonls](https://github.com/dragonls) The client side matters too. What client version do you use? Both 2.8.3 and 3.0.13 are tried, all reproduced this issue. I have caught the client memory dump, the consumer/reader was just waiting for new messages. - the consumer thread stack is stuck in `org.apache.pulsar.client.impl.ReaderImpl.readNext(ReaderImpl.java:172)` - the `incomingMessages` in `ConsumerImpl` is empty - `availablePermits` > 0 -- 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]
