原英文版地址: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/release-notes-7.1.1.html, 原文档版权归 www.elastic.co 所有
本地英文版地址: ../en/release-notes-7.1.1.html
本地英文版地址: ../en/release-notes-7.1.1.html
重要: 此版本不会发布额外的bug修复或文档更新。最新信息请参考 当前版本文档。
Elasticsearch version 7.1.1edit
Also see Breaking changes in 7.1.
Known issuesedit
- Applying deletes or updates on an index after it has been shrunk may corrupt the index. In order to prevent this issue, it is recommended to stop shrinking read-write indices. For read-only indices, it is recommended to force-merge indices after shrinking, which significantly reduces the likeliness of this corruption in the case that deletes/updates would be applied by mistake. This bug is fixed in Elasticsearch 7.7 and later versions. More details can be found on the corresponding issue.
-
Indices created in 6.x with
date
anddate_nanos
fields using formats that are incompatible with java.time patterns will cause parsing errors, incorrect date calculations or wrong search results. https://github.com/elastic/elasticsearch/pull/52555 This is fixed in Elasticsearch 7.7 and later versions.