zjf2012 commented on issue #23560: [SPARK-26632][Spark Core] Separate Thread Configurations of Driver and Executor URL: https://github.com/apache/spark/pull/23560#issuecomment-470768296 @attilapiros, both *.io.serverThreads and *.io.clientThreads were 8, which is maximum allowed value at the time, for the "old overall time". For the *.netty.dispatcher.numThreads, it applied to both driver and executor. We turned it down to 8 too from its default value, which is number of cores (64 in this case), to reach optimized result.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
