[
https://issues.apache.org/jira/browse/SOLR-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13177713#comment-13177713
]
Mark Miller commented on SOLR-2358:
-----------------------------------
As I was working on transforming the old distrib update processor code into
something we needed for solrcloud, I dropped it's ability to buffer updates. It
just made work quicker and I wasn't really sure how much re-factoring would end
up happening, so I didn't want to spend too much time on something that only
related to performance so early. I'm going to work on adding back buffering to
the new SolrCmdDistributor class shortly - I think it means I have to move
'forward failures' retry logic back into the SolrCmdDistributor - I had this
there before, but it was ugly, so I pulled it up a level into the distrib
update processor. I think with buffering though, it needs to go back. (when a
forward to leader fails, we would often like to pause and retry as it is
possible the leader went down and now there is a new one)
> Distributing Indexing
> ---------------------
>
> Key: SOLR-2358
> URL: https://issues.apache.org/jira/browse/SOLR-2358
> Project: Solr
> Issue Type: New Feature
> Components: SolrCloud, update
> Reporter: William Mayor
> Priority: Minor
> Fix For: 4.0
>
> Attachments: SOLR-2358.patch
>
>
> The first steps towards creating distributed indexing functionality in Solr
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]