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] Datafeed start time is incorrect when the job has trailing empty buckets #69537

Closed
dimitris-athanasiou opened this issue Jun 18, 2020 · 2 comments
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Anomaly Detection ML anomaly detection :ml v7.9.0

Comments

@dimitris-athanasiou
Copy link
Contributor

Describe the bug:

When the user starts a datafeed, we pop a menu to guide the user to pick start/end time. By default, we have the option Continue from <timestamp> where is meant to be the point the datafeed has reached to (in the scenario the datafeed had run previously). This timestamp may be incorrect (seems to show the latest record timestamp) when the job contains empty buckets past the latest record timestamp.

Steps to reproduce:

  1. Run a job in real-time
  2. You just need a few data points to have a few buckets and then once it gets in real-time we want empty buckets
  3. Stop the datafeed
  4. Start datafeed to get the relevant menu and observe the issue

Expected behavior:

The earliest start time for the datafeed should be the max(latest_record_timestamp, latest_bucket.timestamp + bucket_span).

Screenshots (if relevant):

image

@dimitris-athanasiou dimitris-athanasiou added bug Fixes for quality problems that affect the customer experience :ml labels Jun 18, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@peteharverson
Copy link
Contributor

Closing as fixed for 7.9.0 by #71976

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Anomaly Detection ML anomaly detection :ml v7.9.0
Projects
None yet
Development

No branches or pull requests

4 participants