You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/14 16:40:25 UTC

[GitHub] [pulsar-helm-chart] lhotari opened a new pull request, #259: [Proxy] Increase httpNumThreads from 8 to 16

lhotari opened a new pull request, #259:
URL: https://github.com/apache/pulsar-helm-chart/pull/259

   - after the recent changes in Pulsar Proxy, the proxy won't start if httpNumThreads is set to 8
     and there are >= cores assigned to the pod
   
   Error message is 
   ```
   Caused by: java.lang.IllegalStateException: Insufficient configured threads: required=8 < max=8 for WebExecutorThreadPool[etp884604029]@34b9fc7d{STARTED,8<=8<=8,i=2,q=0,ReservedThreadExecutor@3fcee3d9{s=0/1,p=0}}
   ```


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

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-helm-chart] michaeljmarshall closed pull request #259: [Proxy] Increase httpNumThreads from 8 to 16

Posted by GitBox <gi...@apache.org>.
michaeljmarshall closed pull request #259: [Proxy] Increase httpNumThreads from 8 to 16
URL: https://github.com/apache/pulsar-helm-chart/pull/259


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

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-helm-chart] michaeljmarshall commented on pull request #259: [Proxy] Increase httpNumThreads from 8 to 16

Posted by GitBox <gi...@apache.org>.
michaeljmarshall commented on PR #259:
URL: https://github.com/apache/pulsar-helm-chart/pull/259#issuecomment-1166418100

   Superseded by https://github.com/apache/pulsar-helm-chart/pull/251, which makes the value configurable.


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

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org