[ https://issues.apache.org/jira/browse/HBASE-10375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nicolas Liochon updated HBASE-10375: ------------------------------------ Attachment: 10375.v2.96-98.patch 10375.v2.trunk.patch > 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 > 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)