- Affected version
- 2.2.12
When rebuilding the search index, the
SearchRebuild job doesn't use calculateOptimalBatch or bail early if the indexing job is taking longer than expected. This can result in the search index job hard-failing when elasticsearch doesn't handle the load, requiring incremental increasing of the batch size to actually improve search indexing speed.