Elasticsearch Version
Found in 8.4.0
Installed Plugins
No response
Java Version
bundled
OS Version
Darwin Kernel Version 21.6.0
Problem Description
Although unlikely, if a user tries to start a trained model deployment with a ridiculously large queue_capacity (for example 9999999999999, the node that tries to allocate the model will immediately crash.
Furthermore, the node will continue to crash when restarted, as soon as the node attempts to allocate the trained model deployment.
Steps to Reproduce
- Import a trained model
- Start the trained model deployment with
queue_capacity=9999999999999
- Notice that the ML node that attempted to start the trained model deployment has crashed
- Try restarting the node
- Notice that the node continues the crash as soon as it tries to allocate the trained model deployment
Logs (if relevant)
The Elasticsearch instance crashes immediately after logging the attempt to start the trained model deployment. No logs after that.
Elasticsearch Version
Found in 8.4.0
Installed Plugins
No response
Java Version
bundled
OS Version
Darwin Kernel Version 21.6.0
Problem Description
Although unlikely, if a user tries to start a trained model deployment with a ridiculously large
queue_capacity(for example9999999999999, the node that tries to allocate the model will immediately crash.Furthermore, the node will continue to crash when restarted, as soon as the node attempts to allocate the trained model deployment.
Steps to Reproduce
queue_capacity=9999999999999Logs (if relevant)
The Elasticsearch instance crashes immediately after logging the attempt to start the trained model deployment. No logs after that.