Github user rxin commented on a diff in the pull request:
https://github.com/apache/spark/pull/15894#discussion_r88551801
--- Diff:
core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala
---
@@ -171,14 +179,30 @@ final class ShuffleBlockFetcherIterator(
override def onBlockFetchSuccess(blockId: String, buf:
ManagedBuffer): Unit = {
// Only add the buffer to results queue if the iterator is not
zombie,
// i.e. cleanup() has not been called yet.
+ val in = try {
--- End diff --
note: move this out of callback to not block network pool
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]