Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD94410FAA for ; Wed, 25 Dec 2013 03:36:25 +0000 (UTC) Received: (qmail 52566 invoked by uid 500); 25 Dec 2013 03:36:01 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 52475 invoked by uid 500); 25 Dec 2013 03:35:56 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 52453 invoked by uid 99); 25 Dec 2013 03:35:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Dec 2013 03:35:50 +0000 Date: Wed, 25 Dec 2013 03:35:50 +0000 (UTC) From: "Gaurav Menghani (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-10236) Avoid creating extra connection when locating a region MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Gaurav Menghani created HBASE-10236: --------------------------------------- Summary: Avoid creating extra connection 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. This is a trivial optimization, but can be helpful. -- This message was sent by Atlassian JIRA (v6.1.5#6160)