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-23433][CORE] Late zombie task completions update all tasksets #21131

Closed
wants to merge 3 commits into from

Commits on Apr 23, 2018

  1. [SPARK-23433][CORE] Late zombie task completions update all tasksets

    After a fetch failure and stage retry, we may have multiple tasksets
    which are active for a given stage.  A late completion from an earlier
    attempt of the stage should update the most recent attempt for the
    stage, so it does not try to submit another task for the same partition,
    and so that it knows when it is completed.
    squito committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    0720a7c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. review feedback

    squito committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    707307f View commit details
    Browse the repository at this point in the history
  2. review feedback

    squito committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    168fd46 View commit details
    Browse the repository at this point in the history