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

Qiang Tian commented on HBASE-12357:
------------------------------------

oops. the stacktrace comes from Ashish's email.
the code is JDK code about:
bq.  java.lang.IllegalArgumentException: IPv6 socket cannot join IPv4 multicast 
group


see the error here:
http://docs.oracle.com/javase/7/docs/api/java/nio/channels/MulticastChannel.html

we are hitting here:
{code}
 765           if (group instanceof Inet4Address) {
 766               if (family == StandardProtocolFamily.INET6 && 
!Net.canIPv6SocketJoinIPv4Group())
  767                   throw new IllegalArgumentException("IPv6 socket cannot 
join IPv4 multicast group");
{code}

the parameter group is IPV4, and family is IPV6(StandardProtocolFamily.INET6), 
but I do not see family is specified to IPv6 in ClusterStPublisher.java. 
strange..




> TestHCM#testClusterStatus is continuosly failing in jenkins
> -----------------------------------------------------------
>
>                 Key: HBASE-12357
>                 URL: https://issues.apache.org/jira/browse/HBASE-12357
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 1.0.0
>            Reporter: Ashish Singhi
>            Assignee: Dima Spivak
>
> {noformat}
> Tests run: 21, Failures: 0, Errors: 1, Skipped: 2, Time elapsed: 187.475 sec 
> <<< FAILURE! - in org.apache.hadoop.hbase.client.TestHCM
> testClusterStatus(org.apache.hadoop.hbase.client.TestHCM)  Time elapsed: 
> 41.477 sec  <<< ERROR!
> java.lang.Exception: Unexpected exception, 
> expected<org.apache.hadoop.hbase.regionserver.RegionServerStoppedException> 
> but was<junit.framework.AssertionFailedError>
>       at junit.framework.Assert.fail(Assert.java:57)
>       at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:193)
>       at 
> org.apache.hadoop.hbase.HBaseTestingUtility.waitFor(HBaseTestingUtility.java:3537)
>       at 
> org.apache.hadoop.hbase.client.TestHCM.testClusterStatus(TestHCM.java:273)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to