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/24 09:38:12 UTC

[GitHub] [pulsar] davidtinker opened a new issue #4359: Proxy doesn't start on machines with <= 2 CPUs with default proxy.conf

davidtinker opened a new issue #4359: Proxy doesn't start on machines with <= 2 CPUs with default proxy.conf
URL: https://github.com/apache/pulsar/issues/4359
 
 
   **Describe the bug**
   The proxy fails to start with 'Uncaught exception in thread main: Failed to start HTTP server on ports [8082]' with default proxy.conf (httpNumThreads=) on machines with <= 2 CPUs.
   
   **To Reproduce**
   Set 'httpNumThreads=' (default) and start the proxy on a machine with <= 2 CPUs.
   
   **Expected behavior**
   The proxy should start with the default httpNumThreads setting in proxy.conf.
   
   **Additional context**
   Work around is simple: Set httpNumThreads=8. But this will catch people out testing Pulsar on small cloud servers.
   

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