You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2011/12/30 02:34:03 UTC

svn commit: r1225719 - in /hbase/branches/0.90: CHANGES.txt src/main/resources/hbase-default.xml

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 @@
   </property>
   <property>
     <name>hbase.connection.per.config</name>
-    <value>true</value>
+    <value>false</value>
     <description>Disallows sharing of connections for configuration instances
     with equivalent settings.
-    Default: true (expected to be false in future releases).
+    Default: false 
     </description>
   </property>
   <property>