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

[ML] Allow force stopping failed and stopping DF analytics #54650

Commits on Apr 2, 2020

  1. [ML] Allow force stopping failed and stopping DF analytics

    Force stopping a failed job used to work but it
    now puts the job in `stopping` state and hangs.
    In addition, force stopping a `stopping` job is
    not handled.
    
    This commit addresses those issues with force
    stopping data frame analytics. It inlines the
    approach with that followed for anomaly detection
    jobs.
    dimitris-athanasiou committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    0b658a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e93f3b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe7745e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

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