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/10/20 21:44:02 UTC

[GitHub] [pulsar] jerrypeng opened a new pull request #8316: Increasing timeout for pulsar client io threads to shutdown

jerrypeng opened a new pull request #8316:
URL: https://github.com/apache/pulsar/pull/8316


   ### Motivation
   
   We need to make a best effort to shutdown all threads when close() is on a pulsar client.  If threads spawned by a client are not shutdown when close() returns, this may lead to classloading exceptions/issues if pulsar JARs are unloaded afterwards like the case in a Flink job.
   
   ### Modifications
   
    Increase the wait time for IO threads in the pulsar client to shutdown.
   
   


----------------------------------------------------------------
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



[GitHub] [pulsar] sijie merged pull request #8316: Increasing timeout for pulsar client io threads to shutdown

Posted by GitBox <gi...@apache.org>.
sijie merged pull request #8316:
URL: https://github.com/apache/pulsar/pull/8316


   


----------------------------------------------------------------
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