-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Open
Labels
:mlMachine learningMachine learning>bugTeam:MLMeta label for the ML teamMeta label for the ML teamlow-riskAn open issue or test failure that is a low risk to future releasesAn open issue or test failure that is a low risk to future releases
Description
Elasticsearch Version
8.13
Installed Plugins
No response
Java Version
bundled
OS Version
23.3.0 Darwin Kernel Version 23.3.0 arm64 (M1 mac)
Problem Description
Calling DELETE _ml/trained_models/ when that model ID is referenced by an ingest processor / pipeline returns the error
"error" : {
"root_cause" : [
{
"type" : "status_exception",
"reason" : "Cannot delete model [.elser_model_2] as it is still referenced by ingest processors; use force to delete the model"
}
],
even when the model has already been force deleted.
Steps to Reproduce
PUT ELSER
(there should be a builtin pipeline referencing ELSER)
DELETE ELSER
(you should receive the error message)
Logs (if relevant)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:mlMachine learningMachine learning>bugTeam:MLMeta label for the ML teamMeta label for the ML teamlow-riskAn open issue or test failure that is a low risk to future releasesAn open issue or test failure that is a low risk to future releases
Type
Fields
Give feedbackNo fields configured for issues without a type.