[[release-notes-8.14.2]] == {es} version 8.14.2 Also see <>. [[known-issues-8.14.2]] [float] === Known issues * When upgrading clusters from version 8.11.4 or earlier, if your cluster contains non-master-eligible nodes, information about the new functionality of these upgraded nodes may not be registered properly with the master node. This can lead to some new functionality added since 8.12.0 not being accessible on the upgraded cluster. If your cluster is running on ECK 2.12.1 and above, this may cause problems with finalizing the upgrade. To resolve this issue, perform a rolling restart on the non-master-eligible nodes once all Elasticsearch nodes are upgraded. This issue is fixed in 8.15.0. * 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]) [[bug-8.14.2]] [float] === Bug fixes Data streams:: * Ensure a lazy rollover request will rollover the target data stream once. {es-pull}109636[#109636] * [Data streams] Fix the description of the lazy rollover task {es-pull}109629[#109629] ES|QL:: * Fix ESQL cancellation for exchange requests {es-pull}109695[#109695] * Fix equals and hashcode for `SingleValueQuery.LuceneQuery` {es-pull}110035[#110035] * Force execute inactive sink reaper {es-pull}109632[#109632] Infra/Scripting:: * Check array size before returning array item in script doc values {es-pull}109824[#109824] (issue: {es-issue}104998[#104998]) Infra/Settings:: * Guard file settings readiness on file settings support {es-pull}109500[#109500] Machine Learning:: * Fix IndexOutOfBoundsException during inference {es-pull}109533[#109533] Mapping:: * Re-define `index.mapper.dynamic` setting in 8.x for a better 7.x to 8.x upgrade if this setting is used. {es-pull}109341[#109341] Ranking:: * Fix for from parameter when using `sub_searches` and rank {es-pull}106253[#106253] (issue: {es-issue}99011[#99011]) Search:: * Add hexstring support byte painless scorers {es-pull}109492[#109492] * Fix automatic tracking of collapse with `docvalue_fields` {es-pull}110103[#110103]