lhotari commented on issue #21900: URL: https://github.com/apache/pulsar/issues/21900#issuecomment-1891635612
> "pulsar-client-io-112-1" #286 daemon prio=5 os_prio=0 cpu=64764.93ms elapsed=128885.97s tid=0x00007f66c407be40 nid=0x17e waiting for monitor entry [0x00007f661458b000] > java.lang.Thread.State: BLOCKED (on object monitor) > at org.apache.pulsar.client.impl.ProducerImpl.closeAndClearPendingMessages(ProducerImpl.java:1092) > - waiting to lock <0x000000064b01bde8> (a org.apache.pulsar.client.impl.ProducerImpl) @qiaofazhan There might be a deadlock even though the JVM doesn't detect a deadlock. Have you analysed the thread dump with something like https://jstack.review/ ? would it be possible to share the full threaddump? You could sanitize it if there's any sensitive information. -- 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]
