merlimat opened a new pull request #3776: Use at least 8 threads in Jetty 
thread pool
URL: https://github.com/apache/pulsar/pull/3776
 
 
   ### Motivation
   
   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 solve the issues of requests timing out when the broker is making REST
   calls to itself. Such examples are when running in standalone mode and 
   creating a function.

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

Reply via email to