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 2015/12/16 22:32:46 UTC

[jira] [Created] (SOLR-8430) ReplicationHandler throttling should be applied across all concurrent replication requests

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