You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2014/01/17 18:52:21 UTC

[jira] [Created] (HBASE-10375) hbase-default.xml hbase.status.multicast.address.port does not match code

Jonathan Hsieh created HBASE-10375:
--------------------------------------

             Summary: hbase-default.xml hbase.status.multicast.address.port does not match code
                 Key: HBASE-10375
                 URL: https://issues.apache.org/jira/browse/HBASE-10375
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.96.1.1, 0.98.0, 0.99.0
            Reporter: Jonathan Hsieh


In hbase-default.xml
{code}
+  <property>
+    <name>hbase.status.multicast.address.port</name>
+    <value>6100</value>
+    <description>
+      Multicast port to use for the status publication by multicast.
+    </description>
+  </property>
{code}

In HConstants it was 60100.
{code}
  public static final String STATUS_MULTICAST_PORT = "hbase.status.multicast.port";
  public static final int DEFAULT_STATUS_MULTICAST_PORT = 16100;
{code}

(it was 60100 in the code for 0.96 and 0.98.)

I lean towards going with the code as opposed to the config file.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)