[ 
https://issues.apache.org/jira/browse/SOLR-9908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15800184#comment-15800184
 ] 

Alexandre Rafalovitch commented on SOLR-9908:
---------------------------------------------

Would this still run in-process and work with Admin UI? I think there were 
proposals to run it out-of-process but then UI (and probably config) were 
getting messier.

> create SolrCloudDIHWriter to speedup DataImportHandler on SolrCloud
> -------------------------------------------------------------------
>
>                 Key: SOLR-9908
>                 URL: https://issues.apache.org/jira/browse/SOLR-9908
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Mikhail Khludnev
>
> Right now if DIH is invoked in SolrCloud it feeds docs one by one 
> synchronously via {{DistributedUpdateProcessor}}.  
> It's proposed to create {{DIHWriter}} implementation which will stream docs 
> with {{SolrCloudClient}}. I expect per-shard parallelism and even more with 
> {{CloudSolrClient.setParallelUpdates(true)}}.
> What's your feeling about it? 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to