Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.4.0
-
None
Description
There are a couple of issues with replicating & remote reads of large encrypted blocks, which try to create buffers where they shouldn't. Some of this is properly limiting the size of arrays under SPARK-25904, but there are others specific to encryption & trying to convert EncryptedBlockData into a regular ByteBuffer.
EDIT: moved general array size stuff under SPARK-25904.
Attachments
Issue Links
- is caused by
-
SPARK-24296 Support replicating blocks larger than 2 GB
- Resolved
- relates to
-
SPARK-25704 Replication of > 2GB block fails due to bad config default
- Resolved
- links to
(1 links to)