IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Elasticsearch version 8.11.1
editElasticsearch version 8.11.1
editAlso see Breaking changes in 8.11.
Known issues
edit-
High Memory Pressure due to a GC change in JDK 21
This version of Elasticsearch is bundled with JDK 21. In JDK 21 Preventive GC has been removed. This may lead to increased memory pressure and an increased number of CircuitBreakerExceptions when retrieving large documents under some particular load. (issue: #99592)
If you needed to explicitly enable Preventive GC for your workload in a previous Elasticsearch version, we recommend you avoid to upgrade to this version, as the settings to enable Preventive GC have been removed from JDK 21.
Bug fixes
edit- Allocation
-
-
Avoid negative
DesiredBalanceStats#lastConvergedIndex
#101998
-
Avoid negative
- Authentication
-
- Fix memory leak from JWT cache (and fix the usage of the JWT auth cache) #101799
- Machine Learning
-
- Fix inference timeout from the Inference Ingest Processor #101971
- Mapping
-
- Fix incorrect dynamic mapping for non-numeric-value arrays #101965 #101967
- Network
- Search
-
-
Dry up
AsyncTaskIndexService
memory management and fix inefficient circuit breaker use #101892
-
Dry up
- Snapshot/Restore
Enhancements
edit- Machine Learning
-
- Add inference counts by model to the machine learning usage stats #101915