ElasticSearch 6.1.3 和 5.6.7 发布了。 主要更新内容如下:
6.1.3
- Engine
- Replica recovery could go into an endless flushing loop #28350
- Internal
- Never return null from Strings.tokenizeToStringArray #28224 (issue: #28213)
- Fallback to TransportMasterNodeAction for cluster health retries #28195 (issue: #28169)
- Mapping
- Allow update of
eager_global_ordinals
on _parent
. #28014 (issue: #24407)
- Scripting
- Ensure we protect Collections obtained from scripts from self-referencing #28335
- Settings
- Fix setting notification for complex setting (affixMap settings) that could cause transient settings to be ignored #28317 (issue: #28316)
- Fix environment variable substitutions in list setting #28106 (issue: #27926)
- Snapshot/Restore
- Avoid concurrent snapshot finalizations when deleting an INIT snapshot #28078 (issues: #27214, #27931, #27974)
- Do not start snapshots that are deleted during initialization #27931
5.6.7
- Engine
- Use
_refresh
to shrink the version map on inactivity #27918 (issue: #27852)
- Allow resize version map under lock even if there are pending operations #27870 (issue: #27852)
- Internal
- Never return null from Strings.tokenizeToStringArray #28224 (issue: #28213)
- Fallback to TransportMasterNodeAction for cluster health retries #28195 (issue: #28169)
- Java REST Client
- Do not use system properties when building the HttpAsyncClient #27829 (issue: #27827)
- Mapping
- Allow update of
eager_global_ordinals
on _parent
. #28014 (issue: #24407)
- Scripting
- Ensure we protect Collections obtained from scripts from self-referencing #28335
- Snapshot/Restore
- Avoid concurrent snapshot finalizations when deleting an INIT snapshot #28078 (issues: #27214, #27931, #27974)
- Do not start snapshots that are deleted during initialization #27931
- Plugin Lang Painless
下载地址:
转自 http://www.oschina.net/news/92934/elasticsearch-6-1-3-and-5-6-7-released