You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ashu Pachauri (JIRA)" <ji...@apache.org> on 2016/06/24 21:28:16 UTC

[jira] [Created] (HBASE-16107) More rpc queues for replication

Ashu Pachauri created HBASE-16107:
-------------------------------------

             Summary: More rpc queues for replication
                 Key: HBASE-16107
                 URL: https://issues.apache.org/jira/browse/HBASE-16107
             Project: HBase
          Issue Type: Improvement
          Components: regionserver
            Reporter: Ashu Pachauri


We have multiple rpc queues for taking regular traffic to reduce lock contention, which potentially allows us to take more traffic.But, we have only one queue for replication which leaves us only with the option of sending fatter batches to keep up with the ingress. This has other associated problems like increased GC on source cluster.
We should be able to specify total number of queues and share of replication and priority queues.



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