-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0, 7.10
-
Fix Version/s: 8.10
-
Component/s: Elasticsearch
-
Epic Link:
-
Sprint:nxBD 8.10.1, nxBD 8.10.2
-
Story Points:2
The default number of documents submitted per bulk request elasticsearch.reindex.bucketWriteSize is 50. It might be too low, the optimal Elasticsearch request size is 20MB.
Also creating many small bulk requests requires to tune Elasticsearch (increasing bulk queue size threadpool.bulk.queue_size).
- is required by
-
NXP-17659 Improve Elasticsearch bulk indexing error handling
- Resolved