GitHub user zsxwing opened a pull request:
https://github.com/apache/spark/pull/11615
Add spark.ui.threads to set the max number of the UI threads
## What changes were proposed in this pull request?
As each acceptor in Jetty will use one thread, the number of threads should
at least be the number of acceptors plus 1. Otherwise, the thread pool of Jetty
server may be exhausted by acceptors and not be able to response any request.
## How was this patch tested?
Just make sure we don't break any existing tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zsxwing/spark SPARK-13776
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/11615.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #11615
----
commit ce6cad308c108ff0386af627c4af892466cfffa3
Author: Shixiong Zhu <[email protected]>
Date: 2016-03-09T22:22:48Z
Add spark.ui.threads to set the max number of the UI threads
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]