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 2019/05/26 09:16:50 UTC

[GitHub] [pulsar] sijie opened a new pull request #4375: Use at least 8 threads in Jetty thread pool in pulsar proxy

sijie opened a new pull request #4375: Use at least 8 threads in Jetty thread pool in pulsar proxy
URL: https://github.com/apache/pulsar/pull/4375
 
 
   *Motivation*
   
   fixes #4359
   
   same as #3776
   
   Use at least 8 threads to avoid having Jetty go into threads starving and
   having the possibility of getting into a deadlock where a Jetty thread is
   waiting for another HTTP call to complete in same thread.
   
   

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


With regards,
Apache Git Services