GitHub user andrewor14 opened a pull request:

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

    [SPARK-9649] Fix flaky test MasterSuite - randomize ports

    ```
    Error Message
    
    Failed to bind to: /127.0.0.1:7093: Service 'sparkMaster' failed after 16 
retries!
    Stacktrace
    
          java.net.BindException: Failed to bind to: /127.0.0.1:7093: Service 
'sparkMaster' failed after 16 retries!
          at 
org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:272)
          at 
akka.remote.transport.netty.NettyTransport$$anonfun$listen$1.apply(NettyTransport.scala:393)
          at 
akka.remote.transport.netty.NettyTransport$$anonfun$listen$1.apply(NettyTransport.scala:389)
          at scala.util.Success$$anonfun$map$1.apply(Try.scala:206)
          at scala.util.Try$.apply(Try.scala:161)
    ```

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

    $ git pull https://github.com/andrewor14/spark fix-master-flaky-test

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

    https://github.com/apache/spark/pull/7968.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 #7968
    
----
commit fcc42ef7ad37aebf7a654e291d4c2063c16bf96d
Author: Andrew Or <[email protected]>
Date:   2015-08-05T18:11:55Z

    Randomize port

----


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to