You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/05 20:23:35 UTC

[GitHub] [spark] squito commented on a change in pull request #23951: [SPARK-27038][CORE][YARN] Rack resolving takes a long time when initializing TaskSetManager

squito commented on a change in pull request #23951: [SPARK-27038][CORE][YARN] Rack resolving takes a long time when initializing TaskSetManager
URL: https://github.com/apache/spark/pull/23951#discussion_r262637648
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala
 ##########
 @@ -214,7 +226,7 @@ private[spark] class TaskSetManager(
   private[scheduler] var emittedTaskSizeWarning = false
 
   /** Add a task to all the pending-task lists that it should be on. */
-  private[spark] def addPendingTask(index: Int) {
+  private[spark] def addPendingTask(index: Int, initialing: Boolean = false) {
 
 Review comment:
   initializing

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org