WARNING: Version 5.6 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
5.6.5 Release Notes
edit5.6.5 Release Notes
editAlso see Breaking changes in 5.6.
Enhancements
editBug fixes
edit- Cluster
-
- Properly format IndexGraveyard deletion date as date #27362
- Core
- Engine
- Mapping
-
- Fix dynamic mapping update generation. #27467
- Network
-
- Throw UOE from compressible bytes stream reset #27564 (issue: #24927)
- Bubble exceptions when closing compressible streams #27542 (issue: #27540)
- Add CompressibleBytesOutputStream for compression #27540 (issues: #23941, #24927, #27525)
- Fixed ByteBuf leaking in org.elasticsearch.http.netty4.Netty4HttpRequestHandler #27222 (issues: #3, #4, #5, #6)
- Plugin Lang Painless
- Plugin Repository GCS
- Snapshot/Restore
-
- Do not swallow exception in ChecksumBlobStoreFormat.writeAtomic() #27597
- Delete shard store files before restoring a snapshot #27476 (issues: #20220, #26865)
- Fix snapshot getting stuck in INIT state #27214 (issue: #27180)
- Snapshot/Restore: better handle incorrect chunk_size settings in FS repo #26844 (issue: #26843)