WARNING: Version 2.4 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.
2.1.2 Release Notes
edit2.1.2 Release Notes
editAlso see Breaking changes in 2.1.
Enhancements
edit- Internal
- Plugin Cloud Azure
- Translog
-
- Check for tragic event on all kinds of exceptions not only ACE and IOException #15535
Bug fixes
edit- Aggregations
- Aliases
- Allocation
-
- Prevent peer recovery from node with older version #15775
- Cluster
- Core
- Highlighting
- Internal
- Mapping
- Packaging
- Query DSL
-
- Fix FunctionScore equals/hashCode to include minScore and friends #15676
- Recovery
-
- sync translog to disk after recovery from primary #15832
- Stats
- Translog
-
- Make sure IndexShard is active during recovery so it gets its fair share of the indexing buffer #16209 (issue: #16206)
- Avoid circular reference in exception #15952 (issue: #15941)
- Initialize translog before scheduling the sync to disk #15881
- Translog base flushes can be disabled after replication relocation or slow recovery #15830 (issues: #10624, #15814)
- Catch tragic even inside the checkpoint method rather than on the caller side #15825
- Never delete translog-N.tlog file when creation fails #15788
- Close recovered translog readers if createWriter fails #15762 (issue: #15754)
- Tribe Node