panbingkun commented on code in PR #48924:
URL: https://github.com/apache/spark/pull/48924#discussion_r1853125467


##########
core/src/main/scala/org/apache/spark/deploy/rest/RestSubmissionServer.scala:
##########
@@ -93,6 +93,7 @@ private[spark] abstract class RestSubmissionServer(
    */
   private def doStart(startPort: Int): (Server, Int) = {
     val threadPool = new 
QueuedThreadPool(masterConf.get(MASTER_REST_SERVER_MAX_THREADS))
+    threadPool.setName(getClass().getSimpleName())

Review Comment:
   - Default value:
   <img width="454" alt="image" 
src="https://github.com/user-attachments/assets/f5b69dee-1945-48ac-b9a1-54b7870f25bd";>
   
   - We manually set a value here:
   <img width="728" alt="image" 
src="https://github.com/user-attachments/assets/1605dd1a-6ce0-48e9-bbb3-b1fe1a880be4";>



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to