You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mikhail Khludnev (JIRA)" <ji...@apache.org> on 2017/03/16 08:51:41 UTC

[jira] [Updated] (SOLR-9908) create SolrCloudDIHWriter to speedup DataImportHandler on SolrCloud

     [ https://issues.apache.org/jira/browse/SOLR-9908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Khludnev updated SOLR-9908:
-----------------------------------
    Attachment: DIH-SolrCloud-test.patch

I've made a simple test [^DIH-SolrCloud-test.patch]. I see that updates are streamed in parallel bulks per shard. So, it should be fine already.  

> 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
>         Attachments: DIH-SolrCloud-test.patch
>
>
> 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.15#6346)

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