You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/07/03 07:47:04 UTC

[GitHub] [pulsar] rushsky518 commented on issue #7437: Pulsar Admin Java Client leaves hanging thread after close called

rushsky518 commented on issue #7437:
URL: https://github.com/apache/pulsar/issues/7437#issuecomment-653404855


   in `org.apache.pulsar.client.admin.internal.http.AsyncHttpConnector`
   set daemon = true can solve this problem?
   ```java
       private final ScheduledExecutorService delayer = Executors.newScheduledThreadPool(1,
               new DefaultThreadFactory("delayer", true));
   ````


----------------------------------------------------------------
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:
users@infra.apache.org