Elasticsearch version 7.3.2edit

Also see Breaking changes in 7.3.

Bug fixesedit

Data Frame
  • Fix off-by-one error in checkpoint operations_behind #46235
Distributed
  • Update translog checkpoint after marking operations as persisted #45634 (issue: #29161)
Engine
  • Handle delete document level failures #46100 (issue: #46083)
  • Handle no-op document level failures #46083
Infra/Scripting
  • Fix bugs in Painless SCatch node #45880
Machine learning
  • Throw an error when a datafeed needs cross-cluster search but it is not enabled for the node #46044
SQL
  • SQL: Fix issue with IIF function when condition folds #46290 (issue: #46268)
  • SQL: Fix issue with DataType for CASE with NULL #46173 (issue: #46032)
Search
  • Multi-get requests should wait for search active #46283 (issue: #27500)
  • Ensure top docs optimization is fully disabled for queries with unbounded max scores. #46105 (issue: #45933)