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-DataFrame] cancel indexer on job deletion and remove task, allow only stopped jo… #36204

Merged

Conversation

hendrikmuhs
Copy link
Contributor

Feature Branch PR

cancel indexer on job deletion and remove task, allow only stopped jobs to be deleted

Notes:

@hendrikmuhs hendrikmuhs added >feature v7.0.0 :ml Machine learning labels Dec 4, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core


public Response() {
super(Collections.emptyList(), Collections.emptyList());
this.acknowledged = false;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#nit

All these constructors could just call the appropriate overloaded constructor. Example

Suggested change
this.acknowledged = false;
this(false, Collections.emptyList(), Collections.emptyList());

@hendrikmuhs hendrikmuhs merged commit 7cd9208 into elastic:feature/fib Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>feature :ml Machine learning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants