spark-instrumented-optimizer/core/src/test
Josh Rosen 3a9851936d [SPARK-11649] Properly set Akka frame size in SparkListenerSuite test
SparkListenerSuite's _"onTaskGettingResult() called when result fetched remotely"_ test was extremely slow (1 to 4 minutes to run) and recently became extremely flaky, frequently failing with OutOfMemoryError.

The root cause was the fact that this was using `System.setProperty` to set the Akka frame size, which was not actually modifying the frame size. As a result, this test would allocate much more data than necessary. The fix here is to simply use SparkConf in order to configure the frame size.

Author: Josh Rosen <joshrosen@databricks.com>

Closes #9822 from JoshRosen/SPARK-11649.
2015-11-18 15:55:41 -08:00
..
java [SPARK-8029] Robust shuffle writer 2015-11-12 22:44:57 -08:00
resources [SPARK-8673] [LAUNCHER] API and infrastructure for communicating with child apps. 2015-10-09 15:28:09 -05:00
scala/org/apache [SPARK-11649] Properly set Akka frame size in SparkListenerSuite test 2015-11-18 15:55:41 -08:00