liupc commented on issue #23580: [SPARK-26660]Add warning logs for large taskBinary size URL: https://github.com/apache/spark/pull/23580#issuecomment-455435280 @maropu Yes, they are different. `TaskSetManager.TASK_SIZE_TO_WARN_KB` is for warning a task which including addedJars, addedFiles and taskProperties and etc. However, here we are warning for broadcasting large task binary, it's mainly for checking unexpected data brought by closure. For instance, user may mis-introduced a large memory objects in closure.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
