Hi, This is Jason.
I'm in trouble for deleting hard-limited ml-job.
I'd deleted them yesterday, however It's still deleting
I used dev-tool to delete them again today, but failed like below
How can I delete these jobs?
Thanks & regards
Jason
Hi, This is Jason.
I'm in trouble for deleting hard-limited ml-job.
I'd deleted them yesterday, however It's still deleting
I used dev-tool to delete them again today, but failed like below
How can I delete these jobs?
Thanks & regards
Jason
I suspect that because these jobs were "too big" for your setup (hence giving you a hard_limit
) then the deleting of these jobs (which also has to remove docs from some of the .ml-*
indices) is also very taxing on your system.
First, some obvious questions:
GET _cat/indices/.ml-*?v
and look at the docs.count
and docs.deleted
columns, do you notice if those numbers are changing significantly? In other words, is there an active background task that is still trying to delete stuff?
I saw this morning the deprecated jobs have been deleted completly. It took 4 days for deleteing, wow.
I think they were too big.
Thanks fot the tip
GET _cat/indices/.ml-*?v
and look at the
docs.count
anddocs.deleted
columns, do you notice if those >numbers are changing significantly? In other words, is there an active background task >that is still trying to delete stuff?
Since your are on v6.8.0 you might also want to consider the following:
DELETE _ml/_delete_expired_data
This request normally occurs every night with our nightly maintenance, but there is a bug in our nightly maintenance scheduler. The bug is fixed in 6.8.4 and 7.4.1. But, since this bug exists in your version, your jobs will continually accumulate results and state without bound.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.