Skip to content

[ML] Delayed data annotation - repeated audit messages #36891

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

Closed
pheyos opened this issue Dec 20, 2018 · 1 comment · Fixed by #37080
Closed

[ML] Delayed data annotation - repeated audit messages #36891

pheyos opened this issue Dec 20, 2018 · 1 comment · Fixed by #37080
Assignees
Labels
>bug :ml Machine learning

Comments

@pheyos
Copy link
Member

pheyos commented Dec 20, 2018

Found in version

  • 7.0.0 b3838

Steps to reproduce
For easy reference, let's name consecutive buckets bucket 1, bucket 2, ... (in the example screenshot bucket 1 is 10:30 - 10:45, bucket 2 is 10:45 - 11:00, bucket 3 is 11:00 - 11:15, ...)

  • In a real time job add 1 document to the already processed bucket 1
  • Wait until bucket 1, bucket 2 and bucket 3 are processed
  • Add 2 documents to bucket 3
  • Wait until the delayed data check for bucket 3 is done
  • Look at the job audit messages

Expected result

  • There is one audit message about 1 missing document in bucket 1
  • There is one audit message about 2 missing documents in bucket 3

Actual result

  • ✔️ There is one audit message about 1 missing document in bucket 1
  • ❌ There are three audit messages about 3 missing documents in bucket3:

image

@pheyos pheyos added >bug :ml Machine learning labels Dec 20, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :ml Machine learning
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants