yaooqinn commented on a change in pull request #32539:
URL: https://github.com/apache/spark/pull/32539#discussion_r632247969
##########
File path: core/src/main/scala/org/apache/spark/internal/config/UI.scala
##########
@@ -218,4 +218,13 @@ private[spark] object UI {
.stringConf
.transform(_.toUpperCase(Locale.ROOT))
.createWithDefault("LOCAL")
+
+ val UI_THREADS = ConfigBuilder("spark.ui.threads")
Review comment:
When bottleneck hits and it's not caused by not enough threads.
And similarly, we have limited the size of acceptors
https://github.com/apache/spark/pull/32539/files#diff-bb2ed90c22fe4b314488f3ffbd32e9998a9fd2dae994ea575b264d81f060cba7R299-R300.
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]