8.17.4.asciidoc 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [[release-notes-8.17.4]]
  2. == {es} version 8.17.4
  3. Also see <<breaking-changes-8.17,Breaking changes in 8.17>>.
  4. [[bug-8.17.4]]
  5. [float]
  6. === Bug fixes
  7. ES|QL::
  8. * Catch parsing exception {es-pull}124958[#124958] (issue: {es-issue}119025[#119025])
  9. * Fix early termination in `LuceneSourceOperator` {es-pull}123197[#123197]
  10. Indices APIs::
  11. * Avoid hoarding cluster state references during rollover {es-pull}124107[#124107] (issue: {es-issue}123893[#123893])
  12. * [8.17] Avoid hoarding cluster state references during rollover {es-pull}124267[#124267]
  13. Infra/Core::
  14. * Prevent rare starvation bug when using scaling `EsThreadPoolExecutor` with empty core pool size. {es-pull}124732[#124732] (issue: {es-issue}124667[#124667])
  15. Machine Learning::
  16. * Migrate `model_version` to `model_id` when parsing persistent elser inference endpoints {es-pull}124769[#124769] (issue: {es-issue}124675[#124675])
  17. Search::
  18. * Do not let `ShardBulkInferenceActionFilter` unwrap / rewrap ESExceptions {es-pull}123890[#123890]
  19. * Don't generate stacktrace in `TaskCancelledException` {es-pull}125002[#125002]
  20. * Fix concurrency issue in `ScriptSortBuilder` {es-pull}123757[#123757]
  21. * Revert fail-fast disconnect strategy for `_resolve/cluster` {es-pull}124241[#124241]
  22. [[upgrade-8.17.4]]
  23. [float]
  24. === Upgrades
  25. Security::
  26. * Bump nimbus-jose-jwt to 10.0.2 {es-pull}124544[#124544]
  27. [discrete]
  28. [[known-issues-8.17.4]]
  29. === Known issues
  30. {esql}::
  31. * Some valid queries using an `ENRICH` command can fail when a match field is used that is absent from some indices or shards, either with a 500 status code due to `NullPointerException` or `ClassCastException` or with a 400 status code and `IllegalArgumentException`. This is fixed in {es-pull}126187[#126187].