[
https://issues.apache.org/jira/browse/HBASE-10375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13878748#comment-13878748
]
Hudson commented on HBASE-10375:
--------------------------------
SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #96 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/96/])
HBASE-10375 hbase-default.xml hbase.status.multicast.address.port does not
match code (nkeywal: rev 1560320)
*
/hbase/branches/0.98/hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
* /hbase/branches/0.98/hbase-common/src/main/resources/hbase-default.xml
> 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.98.0, 0.99.0, 0.96.1.1
> Reporter: Jonathan Hsieh
> Assignee: Nicolas Liochon
> Fix For: 0.98.0, 0.96.2, 0.99.0
>
> Attachments: 10375.v1.98-96.patch, 10375.v1.patch,
> 10375.v2.96-98.patch, 10375.v2.trunk.patch
>
>
> 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)