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

ASF subversion and git services commented on SOLR-12766:
--------------------------------------------------------

Commit 2ce0f527efd49adf1700cd6d1d15d3d6a741b633 in lucene-solr's branch 
refs/heads/branch_7_5 from Tomas Fernandez Lobbe
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=2ce0f52 ]

SOLR-12766: Improve backoff for internal retries

When retrying internal update requests, backoff only once for the full batch of 
retries
instead of for every request.
Make backoff linear with the number of retries


> When retrying internal requests, backoff only once for the full batch of 
> retries
> --------------------------------------------------------------------------------
>
>                 Key: SOLR-12766
>                 URL: https://issues.apache.org/jira/browse/SOLR-12766
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Tomás Fernández Löbbe
>            Assignee: Tomás Fernández Löbbe
>            Priority: Minor
>         Attachments: SOLR-12766.patch
>
>
> We currently wait for each internal retry request ({{TOLEADER}} or 
> {{FROMLEADER}} requests). This can cause a long wait time when retrying many 
> requests and can timeout the client. We should instead wait once and retry 
> the full batch of errors.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to