Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/11791#issuecomment-198584688
/cc @rxin @andrewor14, this is the next most important patch to review
towards off-heap caching. After these changes get in, we'll be able to use
off-heap memory for the unroll memory in off-heap caching, greatly simplifying
things. Without this change, the on-heap unroll array needs to be accounted
properly even if the final cache destination is off-heap, making the caching
more OOM-prone and complicating the accounting logic (since it then becomes
different between the two modes).
---
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]