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/03/07 04:57:37 UTC

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

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


With regards,
Apache Git Services