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:
[email protected]


Reply via email to