vivekkrj commented on issue #4988: Producer create method blocked forever URL: https://github.com/apache/pulsar/issues/4988#issuecomment-528109147 Here is the JSTACK of the JVm where you can see that thread is stuck for forver in-order to create to be completed: "Streaming.Test: netty server 5" #99780 prio=5 os_prio=0 tid=0x00002b41d431a800 nid=0x6929 waiting on condition [0x00002b40a1cda000] java.lang.Thread.State: WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x000000071d8d0308> (a java.util.concurrent.CompletableFuture$Signaller) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1693) at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323) at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1729) at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895) at org.apache.pulsar.client.impl.ProducerBuilderImpl.create(ProducerBuilderImpl.java:86)
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
