Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPARK-1136: Fix FaultToleranceTest for Docker 0.8.1 #5

Closed
wants to merge 1 commit into from

Commits on Feb 27, 2014

  1. SPARK-1136: Fix FaultToleranceTest for Docker 0.8.1

    This patch allows the FaultToleranceTest to work in newer versions of Docker.
    See https://spark-project.atlassian.net/browse/SPARK-1136 for more details.
    
    Besides changing the Docker and FaultToleranceTest internals, this patch also
    changes the behavior of Master to accept new Workers which share an address
    with a Worker that we are currently trying to recover. This can only happen
    when the Worker itself was restarted and got the same IP address/port at the
    same time as a Master recovery occurs.
    
    Finally, this adds a good bit of ASCII art to the test to make failures,
    successes, and actions more apparent. This is very much needed.
    aarondav committed Feb 27, 2014
    Configuration menu
    Copy the full SHA
    5d7a72a View commit details
    Browse the repository at this point in the history