You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Bryan Beaudreault (Jira)" <ji...@apache.org> on 2022/01/24 21:29:00 UTC

[jira] [Created] (HBASE-26703) Allow configuration of IPC queue balancer

Bryan Beaudreault created HBASE-26703:
-----------------------------------------

             Summary: Allow configuration of IPC queue balancer
                 Key: HBASE-26703
                 URL: https://issues.apache.org/jira/browse/HBASE-26703
             Project: HBase
          Issue Type: New Feature
            Reporter: Bryan Beaudreault
            Assignee: Bryan Beaudreault


Currently we randomly assign IPC calls to queues using a RandomQueueBalancer, which relies on ThreadLocalRandom. I would like to make that configurable so that one can plug in their own queue balancer. This usefully combines with the ability to specify a pluggable queue type.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)