Github user andrewor14 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/147#discussion_r10635968
  
    --- Diff: core/src/test/scala/org/apache/spark/MapOutputTrackerSuite.scala 
---
    @@ -136,4 +142,30 @@ class MapOutputTrackerSuite extends FunSuite with 
LocalSparkContext {
         // failure should be cached
         intercept[FetchFailedException] { slaveTracker.getServerStatuses(10, 
0) }
       }
    +
    +  test("remote fetch exceeding akka frame size") {
    +    val newConf = new SparkConf
    +    newConf.set("spark.akka.frameSize", "1")
    +    newConf.set("spark.akka.askTimeout", "1") // Fail fast
    --- End diff --
    
    Yeah, we need it to lower the frame size so we can actually do this within 
a short amount of time.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to