[ML] Return assigned node in start/open job/datafeed response#55570
Merged
droberts195 merged 1 commit intoelastic:7.xfrom Apr 22, 2020
Merged
Conversation
Adds a "node" field to the response from the following endpoints: 1. Open anomaly detection job 2. Start datafeed 3. Start data frame analytics job If the job or datafeed is assigned to a node immediately then this field will return the ID of that node. In the case where a job or datafeed is opened or started lazily the node field will contain an empty string. Clients that want to test whether a job or datafeed was opened or started lazily can therefore check for this. Backport of elastic#55473
droberts195
added a commit
to droberts195/elasticsearch
that referenced
this pull request
Apr 22, 2020
Once elastic#55570 is merged the master branch BWC code is no longer needed. Relates elastic#55473
droberts195
added a commit
to droberts195/elasticsearch
that referenced
this pull request
Apr 22, 2020
This is to allow elastic#55570 to be merged to 7.x without breaking all the master branch BWC tests.
Merged
droberts195
added a commit
that referenced
this pull request
Apr 22, 2020
This is to allow #55570 to be merged to 7.x without breaking all the master branch BWC tests.
droberts195
added a commit
that referenced
this pull request
Apr 22, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a "node" field to the response from the following endpoints:
If the job or datafeed is assigned to a node immediately then
this field will return the ID of that node.
In the case where a job or datafeed is opened or started lazily
the node field will contain an empty string. Clients that want
to test whether a job or datafeed was opened or started lazily
can therefore check for this.
Backport of #55473