Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A87947D24 for ; Fri, 30 Dec 2011 01:34:27 +0000 (UTC) Received: (qmail 23707 invoked by uid 500); 30 Dec 2011 01:34:27 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 23679 invoked by uid 500); 30 Dec 2011 01:34:27 -0000 Mailing-List: contact commits-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 commits@hbase.apache.org Received: (qmail 23667 invoked by uid 99); 30 Dec 2011 01:34:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Dec 2011 01:34:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Dec 2011 01:34:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1215823889C5 for ; Fri, 30 Dec 2011 01:34:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1225719 - in /hbase/branches/0.90: CHANGES.txt src/main/resources/hbase-default.xml Date: Fri, 30 Dec 2011 01:34:03 -0000 To: commits@hbase.apache.org From: tedyu@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111230013404.1215823889C5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tedyu Date: Fri Dec 30 01:34:03 2011 New Revision: 1225719 URL: http://svn.apache.org/viewvc?rev=1225719&view=rev Log: HBASE-5102 Change the default value of the property "hbase.connection.per.config" to false in hbase-default.xml Modified: hbase/branches/0.90/CHANGES.txt hbase/branches/0.90/src/main/resources/hbase-default.xml Modified: hbase/branches/0.90/CHANGES.txt URL: http://svn.apache.org/viewvc/hbase/branches/0.90/CHANGES.txt?rev=1225719&r1=1225718&r2=1225719&view=diff ============================================================================== --- hbase/branches/0.90/CHANGES.txt (original) +++ hbase/branches/0.90/CHANGES.txt Fri Dec 30 01:34:03 2011 @@ -12,6 +12,10 @@ Release 0.90.6 - Unreleased (Ramkrishna) HBASE-5009 Failure of creating split dir if it already exists prevents splits from happening further + IMPROVEMENT + HBASE-5102 Change the default value of the property "hbase.connection.per.config" to false in + hbase-default.xml + Release 0.90.5 - Dec 22, 2011 BUG FIXES HBASE-4160 HBase shell move and online may be unusable if region name or Modified: hbase/branches/0.90/src/main/resources/hbase-default.xml URL: http://svn.apache.org/viewvc/hbase/branches/0.90/src/main/resources/hbase-default.xml?rev=1225719&r1=1225718&r2=1225719&view=diff ============================================================================== --- hbase/branches/0.90/src/main/resources/hbase-default.xml (original) +++ hbase/branches/0.90/src/main/resources/hbase-default.xml Fri Dec 30 01:34:03 2011 @@ -125,10 +125,10 @@ hbase.connection.per.config - true + false Disallows sharing of connections for configuration instances with equivalent settings. - Default: true (expected to be false in future releases). + Default: false