addisonj commented on issue #5383: deleteSubscription fails and leaves a dangling thread in jetty threadpool URL: https://github.com/apache/pulsar/issues/5383#issuecomment-546730930 I haven't validated for sure... but based on where the thread was left dangling it *could* still be a problem. Specifically, here, https://github.com/apache/pulsar/blob/master/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java#L908, it is still calling to resolve a future without a timeout, rather than composing it together into the future chain.
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services