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-9026] Refactor SimpleFutureAction.onComplete to not launch separate thread for every callback #7385

Closed

Commits on Jul 14, 2015

  1. Add regression test

    JoshRosen committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    df20ed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55c41d3 View commit details
    Browse the repository at this point in the history
  3. Add some comments

    JoshRosen committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    1deed38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d779af8 View commit details
    Browse the repository at this point in the history
  5. Fix race.

    JoshRosen committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    1e2db7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1346313 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2015

  1. Configuration menu
    Copy the full SHA
    e08623a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b504384 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2015

  1. Remove unnecessary test

    JoshRosen committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    12ddad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dae8805 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'josh/simplefutureaction-refactoring' in…

    …to simplefutureaction-refactoring
    JoshRosen committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    c6fdc21 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2015

  1. Configuration menu
    Copy the full SHA
    7b22514 View commit details
    Browse the repository at this point in the history
  2. Make jobFailed idempotent

    JoshRosen committed Jul 17, 2015
    Configuration menu
    Copy the full SHA
    1a19268 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2015

  1. Configuration menu
    Copy the full SHA
    c9ef8d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2015

  1. Configuration menu
    Copy the full SHA
    692b3a4 View commit details
    Browse the repository at this point in the history
  2. Exception -> Throwable

    JoshRosen committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    17edbcd View commit details
    Browse the repository at this point in the history