HBASE-10375 hbase-default.xml hbase.status.multicast.address.port does not match code
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1560319 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
508f7697a5
commit
eb998894ab
|
@ -942,7 +942,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 = 16100;
|
||||
|
||||
public static final long NO_NONCE = 0;
|
||||
|
|
|
@ -1064,7 +1064,7 @@ possible configurations would overwhelm and obscure the important.
|
|||
</property>
|
||||
<property>
|
||||
<name>hbase.status.multicast.address.port</name>
|
||||
<value>6100</value>
|
||||
<value>16100</value>
|
||||
<description>
|
||||
Multicast port to use for the status publication by multicast.
|
||||
</description>
|
||||
|
|
Loading…
Reference in New Issue