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

    https://github.com/apache/spark/pull/1172#discussion_r14056893
  
    --- Diff: 
core/src/main/scala/org/apache/spark/executor/ExecutorBackend.scala ---
    @@ -26,4 +26,7 @@ import org.apache.spark.TaskState.TaskState
      */
     private[spark] trait ExecutorBackend {
       def statusUpdate(taskId: Long, state: TaskState, data: ByteBuffer)
    +
    +  // Exists as a work around for SPARK-1112. This only exists in 
branch-1.x of Spark.
    +  def akkaFrameSize(): Long = Long.MaxValue
    --- End diff --
    
    So that change actually alters the expectations of the unit tests, so I 
went ahead and just enforced the limit in the LocalBackend anwyays.


---
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