-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0-HF01
-
Fix Version/s: 5.8.0-HF29, 6.0-HF03, 7.1
-
Component/s: Elasticsearch
-
Tags:
-
Sprint:Sprint RepoTeam 7.1-2
Since NXP-15826, indexing can be done concurrently depending on the size of the indexing pool.
The size of the pool should be tuned from the nuxeo.conf
Adding new options on nuxeo.conf
# Reindexing option, number of documents to process per worker elasticsearch.reindex.bucketReadSize=500 # Reindexing option, number of documents to submit to Elasticsearch per bulk command elasticsearch.reindex.bucketWriteSize=50 # Maximum size of the indexing thread pool elasticsearch.indexing.maxThreads=4 # Time to keep the completed indexing worker states elasticsearch.indexing.clearCompletedAfterSeconds=90