spark-instrumented-optimizer/network
Marcelo Vanzin 540bf58f18 [SPARK-11617][NETWORK] Fix leak in TransportFrameDecoder.
The code was using the wrong API to add data to the internal composite
buffer, causing buffers to leak in certain situations. Use the right
API and enhance the tests to catch memory leaks.

Also, avoid reusing the composite buffers when downstream handlers keep
references to them; this seems to cause a few different issues even though
the ref counting code seems to be correct, so instead pay the cost of copying
a few bytes when that situation happens.

Author: Marcelo Vanzin <vanzin@cloudera.com>

Closes #9619 from vanzin/SPARK-11617.
2015-11-16 17:28:11 -08:00
..
common [SPARK-11617][NETWORK] Fix leak in TransportFrameDecoder. 2015-11-16 17:28:11 -08:00
shuffle [SPARK-11252][NETWORK] ShuffleClient should release connection after fetching blocks had been completed for external shuffle 2015-11-10 10:40:08 -08:00
yarn [SPARK-10997][CORE] Add "client mode" to netty rpc env. 2015-11-02 10:26:36 -08:00