amit-jain commented on code in PR #715:
URL: https://github.com/apache/jackrabbit-oak/pull/715#discussion_r982115197
##########
oak-search-elastic/src/main/java/org/apache/jackrabbit/oak/plugins/index/elastic/index/ElasticBulkProcessorHandler.java:
##########
@@ -151,6 +153,7 @@ private BulkProcessor initBulkProcessor() {
return BulkProcessor.builder(requestConsumer(),
new OakBulkProcessorListener(), this.indexName +
"-bulk-processor")
.setBulkActions(indexDefinition.bulkActions)
+ .setConcurrentRequests(BULK_PROCESSOR_CONCURRENCY)
Review Comment:
This config does not seem suitable to be included in the IndexDefinition as
it is affecting the processing in general and not per index. @nit0906 wdyt?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]