OpenSearch/x-pack/qa/ml-basic-multi-node
Dimitris Athanasiou 3b260dcfc1
[ML] Account for gaps in data counts after job is reopened (#30294)
This commit fixes an issue with the data diagnostics were
empty buckets are not reported even though they should. Once
a job is reopened, the diagnostics do not get initialized from
the current data counts (especially the latest record timestamp).
The result is that if the data that is sent have a time gap compared
to the previous ones, that gap is not accounted for in the empty bucket
count.

This commit fixes that by initializing the diagnostics with the current
data counts.

Closes #30080
2018-05-03 15:08:24 +01:00
..
src/test/java/org/elasticsearch/xpack/ml/integration [ML] Account for gaps in data counts after job is reopened (#30294) 2018-05-03 15:08:24 +01:00
build.gradle Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00