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] Add an important note about a gotcha with the delayed data check #104725

Merged
merged 4 commits into from
Jan 25, 2024

Conversation

droberts195
Copy link
Contributor

Recently a user saw spurious delayed data warnings. These turned out to be due to accidentally setting summary_count_field to a field that was always zero. This meant that every document was considered delayed.

Recently a user saw spurious delayed data warnings. These turned
out to be due to accidentally setting `summary_count_field` to a
field that was always zero. This meant that every document was
considered delayed.
Copy link
Contributor

Documentation preview:

@elasticsearchmachine elasticsearchmachine added Team:Docs Meta label for docs team Team:ML Meta label for the ML team labels Jan 24, 2024
@elasticsearchmachine
Copy link
Collaborator

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

@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-docs (Team:Docs)

====
As the `doc_count` from an aggregation is compared with the
bucket results of the job, the delayed data check will not work correctly in the
following cases:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
following cases:
following cases:

Copy link
Contributor

@szabosteve szabosteve left a comment

Choose a reason for hiding this comment

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

LGTM!

@droberts195 droberts195 merged commit 35aff34 into elastic:main Jan 25, 2024
6 checks passed
@droberts195 droberts195 deleted the delayed_data_gotcha branch January 25, 2024 14:31
@elasticsearchmachine
Copy link
Collaborator

💚 Backport successful

Status Branch Result
8.12

droberts195 added a commit to droberts195/elasticsearch that referenced this pull request Jan 25, 2024
…elastic#104725)

Recently a user saw spurious delayed data warnings. These turned
out to be due to accidentally setting `summary_count_field` to a
field that was always zero. This meant that every document was
considered delayed.
elasticsearchmachine pushed a commit that referenced this pull request Jan 25, 2024
…#104725) (#104764)

Recently a user saw spurious delayed data warnings. These turned
out to be due to accidentally setting `summary_count_field` to a
field that was always zero. This meant that every document was
considered delayed.
henningandersen pushed a commit to henningandersen/elasticsearch that referenced this pull request Jan 25, 2024
…elastic#104725)

Recently a user saw spurious delayed data warnings. These turned
out to be due to accidentally setting `summary_count_field` to a
field that was always zero. This meant that every document was
considered delayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>docs General docs changes :ml Machine learning Team:Docs Meta label for docs team Team:ML Meta label for the ML team v8.12.1 v8.13.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants