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

[7.x] [ML] fixing bug where analytics process starts with 0 rows (#45879) #45988

Merged
merged 1 commit into from
Aug 26, 2019

Conversation

benwtrent
Copy link
Member

Backports the following commits to 7.x:

…5879)

The native process requires that there be a non-zero number of rows to analyze. If the flag --rows 0 is passed to the executable, it throws and does not start.

When building the configuration for the process we should not start the native process if there are no rows.

Adding some logging to indicate what is occurring.
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core

@benwtrent benwtrent merged commit a3a4ae0 into elastic:7.x Aug 26, 2019
@benwtrent benwtrent deleted the backport/7.x/pr-45879 branch August 26, 2019 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants