HBASE-9961 [WINDOWS] Multicast should bind to local address. ADDENDUM to fix javadoc warning
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1543687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e0c324f9d5
commit
560f000424
|
@ -934,7 +934,7 @@ public final class HConstants {
|
||||||
/**
|
/**
|
||||||
* The address to use for binding the local socket for receiving multicast. Defaults to
|
* The address to use for binding the local socket for receiving multicast. Defaults to
|
||||||
* 0.0.0.0.
|
* 0.0.0.0.
|
||||||
* @see https://issues.apache.org/jira/browse/HBASE-9961
|
* see https://issues.apache.org/jira/browse/HBASE-9961
|
||||||
*/
|
*/
|
||||||
public static final String STATUS_MULTICAST_BIND_ADDRESS = "hbase.status.multicast.bind.address.ip";
|
public static final String STATUS_MULTICAST_BIND_ADDRESS = "hbase.status.multicast.bind.address.ip";
|
||||||
public static final String DEFAULT_STATUS_MULTICAST_BIND_ADDRESS = "0.0.0.0";
|
public static final String DEFAULT_STATUS_MULTICAST_BIND_ADDRESS = "0.0.0.0";
|
||||||
|
|
Loading…
Reference in New Issue