IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

2.2.2 Release Notes

edit

Also see Breaking changes in 2.2.

Enhancements

edit
Logging

Bug fixes

edit
Allocation
  • IndicesStore checks for allocated elsewhere for every shard not alocated on the local node #17106
CAT API
  • Fix column aliases in _cat/indices, _cat/nodes and _cat/shards APIs #17145 (issue: #17101)
Geo
  • Remove .geohash suffix from GeoDistanceQuery and GeoDistanceRangeQuery #15871 (issue: #15179)
Recovery
  • Try to renew sync ID if flush=true on forceMerge #17108 (issue: #17019)
Translog
  • Call ensureOpen on Translog#newView() to prevent IllegalStateException #17191