wangjinhai created SPARK-24107: ---------------------------------- Summary: ChunkedByteBuffer.writeFully method has not reset the limit value Key: SPARK-24107 URL: https://issues.apache.org/jira/browse/SPARK-24107 Project: Spark Issue Type: Bug Components: Block Manager, Input/Output Affects Versions: 2.3.0, 2.2.1, 2.2.0 Reporter: wangjinhai Fix For: 2.4.0
ChunkedByteBuffer.writeFully method has not reset the limit value. When chunks larger than bufferWriteChunkSize, such as 80*1024*1024 larger than config.BUFFER_WRITE_CHUNK_SIZE(64 * 1024 * 1024),only while once, will lost 16*1024*1024 byte -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org