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/22 19:05:47 UTC

[GitHub] [pulsar] lovelle commented on issue #3886: Running pulsar 2.3.0 locally as standalone throws an exception

lovelle commented on issue #3886: Running pulsar 2.3.0 locally as standalone throws an exception
URL: https://github.com/apache/pulsar/issues/3886#issuecomment-475744394
 
 
   Hi!
   
   The problem here is that there are not enough threads for jetty to initiate. One way I found to reproduce this on linux box is: `taskset -c 0 ./bin/pulsar standalone`
   
   Also, I wasn't able to reproduce this with latest changes (master version) therefore, this issue might be already solved for future release 2.4, but is probably worth the effort to found it and backport the fix to 2.3 version, idk.
   
   Are you trying to startup pulsar on a very limited machine or container (only 1 cpu available)?

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