Shalin Shekhar Mangar created SOLR-8955:
-------------------------------------------

             Summary: ReplicationHandler should throttle across all requests 
instead of for each client
                 Key: SOLR-8955
                 URL: https://issues.apache.org/jira/browse/SOLR-8955
             Project: Solr
          Issue Type: Improvement
          Components: replication (java), SolrCloud
            Reporter: Shalin Shekhar Mangar
             Fix For: master, 6.1


SOLR-6485 added the ability to throttle the speed of replication but the 
implementation rate limits each request. So e.g. the maxWriteMBPerSec is 1 and 
5 slaves request full replication then the effective transfer rate from the 
master is 5 MB/second which is not what is often desired.

I propose to make the rate limit global (across all replication requests) 
instead.



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

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

Reply via email to