See issues on GitHub

Release Notes

Enhancements

  • Core:
    • Don't acquire Engine's readLock in segmentsStats #8910

Bug fixes

  • Aggregations:
    • Fail with a parse exception if top_hits agg is defined under a nested agg. #8673 (issue: #8668)
  • Core:
    • Don't forcefully release IW lock (this can cause corruption) #8892 (issue: #8588)
  • Scripting:
    • ScriptService can deadlock entire nodes if script index is recovering #8901
  • Translog:
    • Never delete translog file from a snapshot #8917