[
https://issues.apache.org/jira/browse/HBASE-22452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pradeep Agrawal updated HBASE-22452:
------------------------------------
Component/s: test
> Master not initialized after 200000ms seconds
> ---------------------------------------------
>
> Key: HBASE-22452
> URL: https://issues.apache.org/jira/browse/HBASE-22452
> Project: HBase
> Issue Type: Bug
> Components: hadoop3, test
> Affects Versions: 2.0.2
> Reporter: Pradeep Agrawal
> Priority: Major
>
> Apache Ranger master branch build is failing with Hbase 2.0.0 and Hadoop
> 3.1.1 combination.
> Actually its failing for Hadoop >= 3.0.1 and Hbase >= 2.0.0 combination.
> StackTrace:
> {code:java}
> [INFO] Running
> org.apache.ranger.authorization.hbase.HBaseRangerAuthorizationTest
> Formatting using clusterid: testClusterID
> Process Thread Dump: Thread dump because: Master not initialized after
> 200000ms seconds
> ..
> ..
> ..
> Thread 1 (main):
> State: RUNNABLE
> Blocked count: 72
> Waited count: 503
> Stack:
> sun.management.ThreadImpl.getThreadInfo1(Native Method)
> sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:178)
> sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:139)
> org.apache.hadoop.util.ReflectionUtils.printThreadInfo(ReflectionUtils.java:169)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> java.lang.reflect.Method.invoke(Method.java:498)
> org.apache.hadoop.hbase.util.Threads$PrintThreadInfoLazyHolder$1.printThreadInfo(Threads.java:294)
> org.apache.hadoop.hbase.util.Threads.printThreadInfo(Threads.java:341)
> org.apache.hadoop.hbase.util.JVMClusterUtil.startup(JVMClusterUtil.java:221)
> org.apache.hadoop.hbase.LocalHBaseCluster.startup(LocalHBaseCluster.java:413)
> org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:258)
> org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:115)
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniHBaseCluster(HBaseTestingUtility.java:1038)
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:984)
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:855)
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:849)
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:778)
> org.apache.ranger.authorization.hbase.HBaseRangerAuthorizationTest.setup(HBaseRangerAuthorizationTest.java:100)
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 209.094 s <<< FAILURE! - in
> org.apache.ranger.authorization.hbase.HBaseRangerAuthorizationTest
> [ERROR] org.apache.ranger.authorization.hbase.HBaseRangerAuthorizationTest
> Time elapsed: 209.094 s <<< ERROR!
> java.io.IOException: Shutting down
> at
> org.apache.ranger.authorization.hbase.HBaseRangerAuthorizationTest.setup(HBaseRangerAuthorizationTest.java:100)
> Caused by: java.lang.RuntimeException: Master not initialized after 200000ms
> seconds
> at
> org.apache.ranger.authorization.hbase.HBaseRangerAuthorizationTest.setup(HBaseRangerAuthorizationTest.java:100)
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)