GitHub user avati opened a pull request:

    https://github.com/apache/spark/pull/1685

    [SPARK-1812] akka 2.3.4

    Upgrade to akka 2.3.4

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/avati/spark SPARK-1812-akka-2.3

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/1685.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1685
    
----
commit d1de9de8fda5e1098d63cc52d0a86419a859102b
Author: Anand Avati <[email protected]>
Date:   2014-07-30T05:12:30Z

    SPARK-1812: use consistent protobuf version across build
    
    Moving to akka-2.3 reveals issues where differing protobuf
    versions within the same build results in runtime incompatibility
    and exceptions like:
    
      java.lang.VerifyError: class akka.remote.WireFormats$AkkaControlMessage 
overrides final method getUnknownFields.()Lcom/google/protobuf/UnknownFieldSet;
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
        at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
    
    Signed-off-by: Anand Avati <[email protected]>

commit f0d6fd59ea011e8b51e00da0f5e7709948f7d838
Author: Anand Avati <[email protected]>
Date:   2014-07-27T02:20:34Z

    SPARK-1812: core - upgrade to akka 2.3.4
    
    Signed-off-by: Anand Avati <[email protected]>

commit 57e14be3f419395432c8243771940086541ddcc6
Author: Anand Avati <[email protected]>
Date:   2014-07-31T02:22:48Z

    SPARK-1812: streaming - remove tests which depend on akka.actor.IO
    
    Not available in 2.3.x
    
    Signed-off-by: Anand Avati <[email protected]>

commit 4dea338d4326456e5e01148f749cb9e457c47792
Author: Anand Avati <[email protected]>
Date:   2014-07-31T07:30:41Z

    SPARK-1812: tools - fix scalastyle error
    
    error 
file=spark/tools/src/main/scala/org/apache/spark/tools/GenerateMIMAIgnore.scala 
message=File line length exceeds 100 characters line=118
    
    Signed-off-by: Anand Avati <[email protected]>

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to