Skip to content

[ML] Reduce log severity of datafeed errors #107872

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

Open
jonathan-buttner opened this issue Apr 24, 2024 · 1 comment · May be fixed by #127729
Open

[ML] Reduce log severity of datafeed errors #107872

jonathan-buttner opened this issue Apr 24, 2024 · 1 comment · May be fixed by #127729
Assignees
Labels
>enhancement :ml Machine learning Team:ML Meta label for the ML team

Comments

@jonathan-buttner
Copy link
Contributor

Description

Some log messages in the datafeed code are reported as errors even though the action will be retried. Here's an example: https://github.com/elastic/elasticsearch/blob/8.12/x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/datafeed/DatafeedJob.java#L380

This can be confusing to users as to whether a critical failure has occurred especially in situations where the datafeed will retry. We should reevaluated these severities and consider reducing them to warnings instead.

@jonathan-buttner jonathan-buttner added >enhancement :ml Machine learning Team:ML Meta label for the ML team labels Apr 24, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/ml-core (Team:ML)

@jonathan-buttner jonathan-buttner linked a pull request May 5, 2025 that will close this issue
@jonathan-buttner jonathan-buttner self-assigned this May 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement :ml Machine learning Team:ML Meta label for the ML team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants