OpenSearch/x-pack/qa/ml-native-tests
Dimitris Athanasiou 75665a2d3e
[ML] Clean left behind model state docs (#30659)
It is possible for state documents to be
left behind in the state index. This may be
because of bugs or uncontrollable scenarios.
In any case, those documents may take up quite
some disk space when they add up. This commit
adds a step in the expired data deletion that
is part of the daily maintenance service. The
new step searches for state documents that
do not belong to any of the current jobs and
deletes them.

Closes #30551
2018-05-17 17:51:26 +03:00
..
src/test/java/org/elasticsearch/xpack/ml/integration [ML] Clean left behind model state docs (#30659) 2018-05-17 17:51:26 +03:00
build.gradle Rename users 2018-04-20 15:34:01 -07:00