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-12486] Worker should kill the executors more forcefully if possible. #10438

Closed
wants to merge 3 commits into from

Commits on Dec 22, 2015

  1. [SPARK-12486] Worker should kill the executors more forcefully if pos…

    …sible.
    
    This patch updates the ExecutorRunner's terminate path to use the new java 8 API
    to terminate processes more forcefully if possible. If the executor is unhealthy,
    it would previously ignore the destroy() call. Presumably, the new java API was
    added to handle cases like this.
    nongli committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    55032ea View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2015

  1. Code review feedback.

    nongli committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    67611ac View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2015

  1. Always fallback to destroy()

    nongli committed Dec 31, 2015
    Configuration menu
    Copy the full SHA
    9ed4377 View commit details
    Browse the repository at this point in the history