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

Andrew Kyle Purtell edited comment on HBASE-25384 at 12/10/20, 10:37 PM:
-------------------------------------------------------------------------

I believe this is due to an upgrade to ZK's Netty dependency, in 3.5 somewhere 
between 3.5.7 (which is fine) and 3.5.8 (which triggers this problem). A 
similar dependency upgrade happened in the 3.6 code line as well. 

Edit: Perhaps the effective version of Netty is too old (relative to ZK's 
version), leading to this issue, so managing up our version of Netty could 
solve it.


was (Author: apurtell):
I believe this is due to an upgrade to ZK's Netty dependency, in 3.5 somewhere 
between 3.5.7 (which is fine) and 3.5.8 (which triggers this problem). A 
similar dependency upgrade happened in the 3.6 code line as well.  

> Exclude ZooKeeper 3.4.9 from hadoop-common transitive dependency for Hadoop2 
> profile
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-25384
>                 URL: https://issues.apache.org/jira/browse/HBASE-25384
>             Project: HBase
>          Issue Type: Task
>          Components: build
>    Affects Versions: 2.3.0, 2.4.0
>            Reporter: Nick Dimiduk
>            Priority: Major
>
> During RC validation process for both 2.3.0 and 2.4.0, using [~stack]'s 
> [hbase-downstreamer|https://github.com/saintstack/hbase-downstreamer] 
> project, we see a failure:
> {noformat}
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 8.955 sec <<< 
> FAILURE! - in org.hbase.downstreamer.TestHBaseMiniCluster
> testSpinUpMiniHBaseCluster(org.hbase.downstreamer.TestHBaseMiniCluster)  Time 
> elapsed: 8.922 sec  <<< ERROR!
> java.lang.NoClassDefFoundError: 
> org/apache/zookeeper/common/X509Exception$SSLContextException
>         at 
> org.hbase.downstreamer.TestHBaseMiniCluster.testSpinUpMiniHBaseCluster(TestHBaseMiniCluster.java:21)
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.zookeeper.common.X509Exception$SSLContextException
>         at 
> org.hbase.downstreamer.TestHBaseMiniCluster.testSpinUpMiniHBaseCluster(TestHBaseMiniCluster.java:21)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to