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

2017-03-31 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey updated HBASE-10375:

Hadoop Flags: Incompatible change,Reviewed  (was: Reviewed)

> 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}
> +  
> +hbase.status.multicast.address.port
> +6100
> +
> +  Multicast port to use for the status publication by multicast.
> +
> +  
> {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.3.15#6346)


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

2014-01-21 Thread Nicolas Liochon (JIRA)

 [ 
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}
> +  
> +hbase.status.multicast.address.port
> +6100
> +
> +  Multicast port to use for the status publication by multicast.
> +
> +  
> {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)


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

2014-01-20 Thread Nicolas Liochon (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicolas Liochon updated HBASE-10375:


Attachment: 10375.v1.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
>
>
> In hbase-default.xml
> {code}
> +  
> +hbase.status.multicast.address.port
> +6100
> +
> +  Multicast port to use for the status publication by multicast.
> +
> +  
> {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)


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

2014-01-20 Thread Nicolas Liochon (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicolas Liochon updated HBASE-10375:


Attachment: 10375.v1.98-96.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
>
>
> In hbase-default.xml
> {code}
> +  
> +hbase.status.multicast.address.port
> +6100
> +
> +  Multicast port to use for the status publication by multicast.
> +
> +  
> {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)