[
https://issues.apache.org/jira/browse/HBASE-14649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15006248#comment-15006248
]
Heng Chen commented on HBASE-14649:
-----------------------------------
The reason is that.
After HBASE-12359, MulticastPublisher specify IPv4/v6 protocol family when
creating multicast channel. But ClusterStatusListener NOT do it.
So when we call in ClusterStatusListener
{code}
- NetworkInterface ni =
NetworkInterface.getByInetAddress(Addressing.getIpAddress());
{code}
It will NOT compatible between Publisher and Listener.
So we should fix it as publisher do.
> Reenable TestHCM.testClusterStatus; disabled because flakey
> -----------------------------------------------------------
>
> Key: HBASE-14649
> URL: https://issues.apache.org/jira/browse/HBASE-14649
> Project: HBase
> Issue Type: Sub-task
> Components: test
> Reporter: stack
> Fix For: 2.0.0
>
> Attachments: HBASE-14649.patch
>
>
> See parent issue. Fix and reenable flakey test.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)