You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2009/05/19 00:26:19 UTC

svn commit: r776118 - in /hadoop/hbase/trunk: CHANGES.txt conf/hbase-default.xml

Author: apurtell
Date: Mon May 18 22:26:19 2009
New Revision: 776118

URL: http://svn.apache.org/viewvc?rev=776118&view=rev
Log:
HBASE-1434 Duplicate property in hbase-default.xml

Modified:
    hadoop/hbase/trunk/CHANGES.txt
    hadoop/hbase/trunk/conf/hbase-default.xml

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=776118&r1=776117&r2=776118&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Mon May 18 22:26:19 2009
@@ -136,6 +136,8 @@
    HBASE-1421  Processing a regionserver message -- OPEN, CLOSE, SPLIT, etc. --
                and if we're carrying more than one message in payload, if
                exception, all messages that follow are dropped on floor
+   HBASE-1434  Duplicate property in hbase-default.xml (Lars George via Andrew
+               Purtell)
 
   IMPROVEMENTS
    HBASE-1089  Add count of regions on filesystem to master UI; add percentage

Modified: hadoop/hbase/trunk/conf/hbase-default.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/conf/hbase-default.xml?rev=776118&r1=776117&r2=776118&view=diff
==============================================================================
--- hadoop/hbase/trunk/conf/hbase-default.xml (original)
+++ hadoop/hbase/trunk/conf/hbase-default.xml Mon May 18 22:26:19 2009
@@ -92,15 +92,6 @@
     </description>
   </property>
   <property>
-    <name>hbase.regionserver.dns.interface</name>
-    <value>default</value>
-    <description>Name of the network interface which a regionserver
-    should use to determine it's "real" IP address.  This lookup
-    prevents strings like "localhost" and "127.0.0.1" from being
-    reported back to the master.
-    </description>
-  </property>
-  <property>
     <name>hbase.regionserver.info.port</name>
     <value>60030</value>
     <description>The port for the hbase regionserver web UI