Shalin Shekhar Mangar created SOLR-8430:
-------------------------------------------

             Summary: ReplicationHandler throttling should be applied across 
all concurrent replication requests
                 Key: SOLR-8430
                 URL: https://issues.apache.org/jira/browse/SOLR-8430
             Project: Solr
          Issue Type: Bug
          Components: replication (java), SolrCloud
            Reporter: Shalin Shekhar Mangar
             Fix For: 5.5, Trunk


The ability to throttle replication was added in SOLR-6485 but the throttle is 
applied only per-request so if N replicas go into recovery together the actual 
outgoing network usage would be N * maxWriteMBPerSec.

Ideally there should be a way to apply such limits per-node instead of only 
per-leader but I digress.



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

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

Reply via email to