cloud-fan commented on a change in pull request #29276:
URL: https://github.com/apache/spark/pull/29276#discussion_r462466131
##########
File path: core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala
##########
@@ -690,12 +691,13 @@ private[spark] class TaskSetManager(
}
/**
- * Check whether has enough quota to fetch the result with `size` bytes
+ * Check whether has enough quota to fetch the result with `size` bytes.
+ * This check does not apply to shuffle map tasks as they return map status
and metrics updates.
Review comment:
`..., which will not be held by the driver and will be thrown away when
the driver finishes processing it.`
----------------------------------------------------------------
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]