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

Bogdan DRAGU commented on HBASE-2393:
-------------------------------------

@Ryan
Yes. The patch ensures that the HTable constructor is called at most 100 times 
(thus avoiding all the RPC in every single call) . All subsequent calls will 
re-use the already created HTable instances stored in the mapping.


> ThriftServer instantiates a new HTable per request
> --------------------------------------------------
>
>                 Key: HBASE-2393
>                 URL: https://issues.apache.org/jira/browse/HBASE-2393
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: thrift
>    Affects Versions: 0.21.0
>            Reporter: Jean-Daniel Cryans
>            Assignee: Bogdan DRAGU
>             Fix For: 0.20.4, 0.21.0
>
>         Attachments: hbase-2393.patch
>
>
> Every request creates a new HTable in ThriftServer, this is highly 
> inefficient. It's even worse now that the HTable constructor does a RPC to 
> the master.
> Assigning to Cosmin since he said they have some code they can share.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to