You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Mark Robert Miller (Jira)" <ji...@apache.org> on 2020/06/22 14:58:00 UTC

[jira] [Created] (HBASE-24612) Consider allowing a separate EventLoopGroup for accepting new connections.

Mark Robert Miller created HBASE-24612:
------------------------------------------

             Summary: Consider allowing a separate EventLoopGroup for accepting new connections.
                 Key: HBASE-24612
                 URL: https://issues.apache.org/jira/browse/HBASE-24612
             Project: HBase
          Issue Type: Improvement
            Reporter: Mark Robert Miller


Netty applications often set a separate thread pool for accepting connections rather than sharing a single pool for accepting new connections and the work those connections do.

It would be interesting to allow configuring a separation of pools to allow users to experiment with a pool dedicated to accepting new connections.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)