Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/11660#discussion_r55904776
--- Diff: core/src/main/scala/org/apache/spark/storage/BlockManager.scala
---
@@ -944,6 +896,85 @@ private[spark] class BlockManager(
}
/**
+ * Attempts to cache spilled bytes read from disk into the MemoryStore
in order to speed up
+ * subsequent reads. This method requires the caller to hold a read lock
on the block.
+ *
+ * @return a copy of the bytes. The original byes passed this method
should no longer
--- End diff --
byes
---
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]