markrmiller opened a new pull request #1952:
URL: https://github.com/apache/hbase/pull/1952


   …g new connections.
   
   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 PR simply adds the second boss thread pool and does not yet allow 
sticking with the current single pool option.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to