[jira] [Updated] (HBASE-10236) Avoid creating extra Invoker objects when locating a region

2013-12-27 Thread Gaurav Menghani (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gaurav Menghani updated HBASE-10236:


Description: While working on the HBase Swift client, I noticed that a lot 
of connections were being created during locateRegionInMeta, which were never 
used. A similar case exists in trunk (0.89-fb), but it creates an Invoker 
object, not an actual client till the call is made on the client. This is a 
trivial optimization, but can be helpful.  (was: While working on the HBase 
Swift client, I noticed that a lot of connections were being created during 
locateRegionInMeta, which were never used. A similar case exists in trunk 
(0.89-fb). This is a trivial optimization, but can be helpful.)

 Avoid creating extra Invoker objects when locating a region
 ---

 Key: HBASE-10236
 URL: https://issues.apache.org/jira/browse/HBASE-10236
 Project: HBase
  Issue Type: Improvement
  Components: Client
Affects Versions: 0.89-fb
Reporter: Gaurav Menghani
Assignee: Gaurav Menghani
Priority: Trivial
 Fix For: 0.89-fb


 While working on the HBase Swift client, I noticed that a lot of connections 
 were being created during locateRegionInMeta, which were never used. A 
 similar case exists in trunk (0.89-fb), but it creates an Invoker object, not 
 an actual client till the call is made on the client. This is a trivial 
 optimization, but can be helpful.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HBASE-10236) Avoid creating extra Invoker objects when locating a region

2013-12-27 Thread Gaurav Menghani (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gaurav Menghani updated HBASE-10236:


Summary: Avoid creating extra Invoker objects when locating a region  (was: 
Avoid creating extra connection when locating a region)

 Avoid creating extra Invoker objects when locating a region
 ---

 Key: HBASE-10236
 URL: https://issues.apache.org/jira/browse/HBASE-10236
 Project: HBase
  Issue Type: Improvement
  Components: Client
Affects Versions: 0.89-fb
Reporter: Gaurav Menghani
Assignee: Gaurav Menghani
Priority: Trivial
 Fix For: 0.89-fb


 While working on the HBase Swift client, I noticed that a lot of connections 
 were being created during locateRegionInMeta, which were never used. A 
 similar case exists in trunk (0.89-fb). This is a trivial optimization, but 
 can be helpful.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)