|
@@ -28,6 +28,12 @@ If your cluster is running on ECK 2.12.1 and above, this may cause problems with
|
|
|
To resolve this issue, perform a rolling restart on the non-master-eligible nodes once all Elasticsearch nodes
|
|
|
are upgraded.
|
|
|
|
|
|
+* The `pytorch_inference` process used to run Machine Learning models can consume large amounts of memory.
|
|
|
+In environments where the available memory is limited, the OS Out of Memory Killer will kill the `pytorch_inference`
|
|
|
+process to reclaim memory. This can cause inference requests to fail.
|
|
|
+Elasticsearch will automatically restart the `pytorch_inference` process
|
|
|
+after it is killed up to four times in 24 hours. (issue: {es-issue}110530[#110530])
|
|
|
+
|
|
|
[[breaking-8.13.0]]
|
|
|
[float]
|
|
|
=== Breaking changes
|
|
@@ -464,5 +470,3 @@ Search::
|
|
|
* Upgrade to Lucene 9.9.0 {es-pull}102782[#102782]
|
|
|
* Upgrade to Lucene 9.9.1 {es-pull}103387[#103387]
|
|
|
* Upgrade to Lucene 9.9.2 {es-pull}104753[#104753]
|
|
|
-
|
|
|
-
|