v8.19.19
📦 elk-stackView on GitHub →
🐛 5 fixes🔧 7 symbols
Summary
This release of Elasticsearch 8.19.19 addresses several critical bugs in the bulk, search, cat indices, cluster stats, and snapshot APIs, improving stability and data integrity.
🐛 Bug Fixes
- Fixes a bug where the `_bulk` API could fail with a `StackOverflowError` when processing a large number of documents.
- Fixes a bug where the `_search` API could return incorrect results when using `search_after` with a large number of shards.
- Fixes a bug where the `_cat/indices` API could fail with a `NullPointerException` when an index had no shards.
- Fixes a bug where the `_cluster/stats` API could return incorrect shard counts when nodes were being added or removed.
- Fixes a bug where the `_snapshot` API could fail with a `IOException` when taking a snapshot of a corrupted index.