GitHub user scwf opened a pull request:

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

    [SPARK-3756] check exception is caused by an address-port collision properly

    Jetty server use MultiException to handle exceptions when start server
    refer 
https://github.com/eclipse/jetty.project/blob/jetty-8.1.14.v20131031/jetty-server/src/main/java/org/eclipse/jetty/server/Server.java
    
    So in ```isBindCollision``` add the logical to cover MultiException

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

    $ git pull https://github.com/scwf/spark fix-isBindCollision

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

    https://github.com/apache/spark/pull/2611.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 #2611
    
----
commit 3a6c8492baf8da5b49a3ced99dfc7378d13f7816
Author: scwf <[email protected]>
Date:   2014-10-01T08:03:40Z

    fix bug in isBindCollision

----


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