Elasticsearch version 7.17.11edit

Coming in 7.17.11.

Also see Breaking changes in 7.17.

Known issuesedit

  • High Memory Pressure due to a GC JVM setting change

    This version of Elasticsearch is bundled with JDK 20. In JDK 20 Preventive GC is disabled by default. This may lead to increased memory pressure and an increased number of CircuitBreakerExceptions when retrieving large documents under some load patterns. (issue: #99592)

    If this change affects your use of Elasticsearch, consider re-enabling the previous behaviour by adding the JVM arguments -XX:+UnlockDiagnosticVMOptions -XX:+G1UsePreventiveGC (reference: JDK 20 release notes). It is important to note that this workaround is temporary and works only with JDK 20, which is bundled with Elasticsearch up to version 7.17.13 inclusive. Successive versions are bundling JDK 21+, where this setting has been removed. Specifying those JVM arguments will prevent the JVM (and therefore Elasticsearch Nodes) from starting.

Bug fixesedit

Distributed
  • Make cluster health API cancellable #96551
Geo
  • Port lucene tessellator fix github-12352 to Elasticsearch 7.17 #96721
ILM+SLM
  • [ILM] Fix the migrate to tiers service and migrate action tiers configuration #95934
Search
  • Increase concurrent request of opening point-in-time #96782
Snapshot/Restore
  • Fix Azure InputStream#read method #96034
Watcher
  • Avoiding running IO on scheduler thread in ResourceWatcherService #96251

Upgradesedit

Network
  • Upgrade Netty to 4.1.89 #95559