You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nk...@apache.org on 2014/01/22 12:50:58 UTC

svn commit: r1560322 - in /hbase/branches/0.96/hbase-common/src/main: java/org/apache/hadoop/hbase/HConstants.java resources/hbase-default.xml

Author: nkeywal
Date: Wed Jan 22 11:50:57 2014
New Revision: 1560322

URL: http://svn.apache.org/r1560322
Log:
HBASE-10375 hbase-default.xml hbase.status.multicast.address.port does not match code

Modified:
    hbase/branches/0.96/hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
    hbase/branches/0.96/hbase-common/src/main/resources/hbase-default.xml

Modified: hbase/branches/0.96/hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java?rev=1560322&r1=1560321&r2=1560322&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java (original)
+++ hbase/branches/0.96/hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java Wed Jan 22 11:50:57 2014
@@ -919,7 +919,7 @@ public final class HConstants {
   /**
    * The port to use for the multicast messages.
    */
-  public static final String STATUS_MULTICAST_PORT = "hbase.status.multicast.port";
+  public static final String STATUS_MULTICAST_PORT = "hbase.status.multicast.address.port";
   public static final int DEFAULT_STATUS_MULTICAST_PORT = 60100;
 
   /**

Modified: hbase/branches/0.96/hbase-common/src/main/resources/hbase-default.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-common/src/main/resources/hbase-default.xml?rev=1560322&r1=1560321&r2=1560322&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-common/src/main/resources/hbase-default.xml (original)
+++ hbase/branches/0.96/hbase-common/src/main/resources/hbase-default.xml Wed Jan 22 11:50:57 2014
@@ -1065,7 +1065,7 @@ possible configurations would overwhelm 
   </property>
   <property>
     <name>hbase.status.multicast.address.port</name>
-    <value>6100</value>
+    <value>60100</value>
     <description>
       Multicast port to use for the status publication by multicast.
     </description>