[ 
https://issues.apache.org/jira/browse/HBASE-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13247905#comment-13247905
 ] 

Phabricator commented on HBASE-5730:
------------------------------------

Kannan has accepted the revision "[jira] [HBASE-5730] [89-fb] Make 
HRegionThriftServer's thread pool bounded".

INLINE COMMENTS
  
src/main/java/org/apache/hadoop/hbase/regionserver/HRegionThriftServer.java:283 
I see:

   Hbase.Iface handler = new HBaseHandler(conf, metrics);
   handler = HbaseHandlerMetricsProxy.newInstance(handler, metrics, conf);

  in ThriftServer.java.

  Wondering if want to add this in. But it is ok if we handled metrics in the 
next pass too for the embedded thrift case.



REVISION DETAIL
  https://reviews.facebook.net/D2643

BRANCH
  make_hregionthriftserver_s_thread_pool_HBASE-5730

                
> [89-fb] Make HRegionThriftServer's thread pool bounded
> ------------------------------------------------------
>
>                 Key: HBASE-5730
>                 URL: https://issues.apache.org/jira/browse/HBASE-5730
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Mikhail Bautin
>            Assignee: Mikhail Bautin
>
> This JIRA is for a quick fix in 89-fb to reuse TBoundedThreadPoolServer in 
> HRegionThriftServer. We will address whatever problems HRegionThriftServer 
> still has in trunk in HBASE-5703.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to