You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2016/04/07 08:29:25 UTC

[jira] [Created] (SOLR-8955) ReplicationHandler should throttle across all requests instead of for each client

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org