Skip to content

Commit

Permalink
storage: add log message, #TASK-6981
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarraga committed Oct 10, 2024
1 parent e2ab75e commit abf04bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ protected void searchIndexLoadedFiles(List<URI> inputFiles, ObjectMap options) t
}

protected SolrInputDocumentDataWriter newVariantSearchDataWriter(String collection) throws StorageEngineException {
logger.info("Using SolrClient with a write timeout of {} ms", configuration.getSearch().getWriteTimeout());
return new SolrInputDocumentDataWriter(collection,
getVariantSearchManager().getSolrManager().newSolrClient(configuration.getSearch().getWriteTimeout()), true,
getVariantSearchManager().getInsertBatchSize());
Expand Down

0 comments on commit abf04bd

Please sign in to comment.