8.7.1.asciidoc 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. [[release-notes-8.7.1]]
  2. == {es} version 8.7.1
  3. Also see <<breaking-changes-8.7,Breaking changes in 8.7>>.
  4. [[known-issues-8.7.1]]
  5. [float]
  6. === Known issues
  7. * `ArrayIndexOutOfBoundsException` may be thrown while creating a transport message
  8. +
  9. Certain sequences of writes and seeks to the buffer used to create a transport
  10. message may encounter an alignment bug which results in an
  11. `ArrayIndexOutOfBoundsException`, preventing the transport message from being
  12. sent.
  13. +
  14. This issue is fixed in 8.8.0.
  15. include::8.6.0.asciidoc[tag=reconciliation-imbalance-known-issue]
  16. [[bug-8.7.1]]
  17. [float]
  18. === Bug fixes
  19. Allocation::
  20. * Compute balancer threshold based on max shard size {es-pull}95090[#95090]
  21. * Use applied state after `DiskThresholdMonitor` reroute {es-pull}94916[#94916]
  22. * Weaken node-replacement decider during reconciliation {es-pull}95070[#95070]
  23. ILM+SLM::
  24. * Downsample ILM action should skip non-time-series indices {es-pull}94835[#94835] (issue: {es-issue}93123[#93123])
  25. Ingest Node::
  26. * Fix async enrich execution prematurely releases enrich policy lock {es-pull}94702[#94702] (issue: {es-issue}94690[#94690])
  27. Network::
  28. * Fix off-by-one bug in `RecyclerBytesStreamOutput` {es-pull}95036[#95036]
  29. Recovery::
  30. * Async creation of `IndexShard` instances {es-pull}94545[#94545]
  31. Search::
  32. * Return 200 when closing empty PIT or scroll {es-pull}94708[#94708]
  33. Stats::
  34. * Fix _cluster/stats `.nodes.fs` deduplication {es-pull}94798[#94798] (issue: {es-issue}24472[#24472])
  35. * Fix `FsInfo` device deduplication {es-pull}94744[#94744]
  36. [[enhancement-8.7.1]]
  37. [float]
  38. === Enhancements
  39. Authorization::
  40. * Reuse `FieldPermissionsCache` in Role parsing {es-pull}94931[#94931]
  41. [[upgrade-8.7.1]]
  42. [float]
  43. === Upgrades
  44. Packaging::
  45. * Upgrade bundled JDK to Java 20 {es-pull}94600[#94600]