You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 erroreven 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
The text was updated successfully, but these errors were encountered: