Josh Rosen created SPARK-13308: ---------------------------------- Summary: ManagedBuffers passed to OneToOneStreamManager need to be freed in non-error cases Key: SPARK-13308 URL: https://issues.apache.org/jira/browse/SPARK-13308 Project: Spark Issue Type: Bug Components: Spark Core Reporter: Josh Rosen Assignee: Josh Rosen
Spark's OneToOneStreamManager does not free ManagedBuffers that are passed to it except in certain error cases. Instead, ManagedBuffers should be freed once messages created from them are consumed and destroyed by lower layers of the Netty networking code. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org