OpenSearch/x-pack/plugin/ml/src
Benjamin Trent e181e24d48
[ML] only persist progress if it has changed (#62123) (#62180)
* [ML] only persist progress if it has changed

We already search for the previously stored progress document.

For optimization purposes, and to prevent restoring the same
progress after a failed analytics job is stopped,
this commit does an equality check between the previously stored progress and current progress
If the progress has changed, persistence continues as normal.
2020-09-09 12:04:09 -04:00
..
internalClusterTest/java/org/elasticsearch [ML] setting require_alias to previous value on bulk index retry (#62103) (#62108) 2020-09-08 11:38:32 -04:00
main [ML] only persist progress if it has changed (#62123) (#62180) 2020-09-09 12:04:09 -04:00
test/java/org/elasticsearch/xpack/ml [ML] Add support for date_nanos fields in find_file_structure (#62048) 2020-09-08 13:05:09 +01:00