[ 
https://issues.apache.org/jira/browse/HBASE-19394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16288216#comment-16288216
 ] 

Hudson commented on HBASE-19394:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4213 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/4213/])
HBASE-19394 Support multi-homing env for the publication of RS status (tedyu: 
rev 11467ef11126c77b3692479730752ee38dff20a6)
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClusterStatusListener.java
* (edit) hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/ClusterStatusPublisher.java


> Support multi-homing env for the publication of RS status with multicast 
> (hbase.status.published) 
> --------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-19394
>                 URL: https://issues.apache.org/jira/browse/HBASE-19394
>             Project: HBase
>          Issue Type: Bug
>          Components: Client, master
>            Reporter: Toshihiro Suzuki
>            Assignee: Toshihiro Suzuki
>             Fix For: 2.0.0-beta-1
>
>         Attachments: HBASE-19394.patch
>
>
> Currently, when the publication feature is enabled 
> (hbase.status.published=true), it uses the interface which is found first:
> https://github.com/apache/hbase/blob/2e8bd0036dbdf3a99786e5531495d8d4cb51b86c/hbase-server/src/main/java/org/apache/hadoop/hbase/master/ClusterStatusPublisher.java#L268-L275
> This won't work when the host has the multiple network interfaces and the 
> unreachable one to the other nodes is selected. The interface which can be 
> used for the communication between cluster nodes should be configurable.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to