Vitalii Diravka created DRILL-8075:
--------------------------------------
Summary: PhoenixTestSuite failed with JDK17
Key: DRILL-8075
URL: https://issues.apache.org/jira/browse/DRILL-8075
Project: Apache Drill
Issue Type: Sub-task
Components: Storage - Phoenix
Reporter: Vitalii Diravka
Fix For: Future
*_PhoenixTestSuite_* can work only on jdk8. In future to make it enabled by
default need to fix it and add support of running Phoenix Query Server on all
jdk versions above 8.
{code:java}
Thread 298 (RS-EventLoopGroup-1-6):
State: RUNNABLE
Blocked count: 0
Waited count: 0
Stack:
app//org.apache.hbase.thirdparty.io.netty.channel.epoll.Native.epollWait(Native
Method)
app//org.apache.hbase.thirdparty.io.netty.channel.epoll.Native.epollWait(Native.java:148)
app//org.apache.hbase.thirdparty.io.netty.channel.epoll.Native.epollWait(Native.java:141)
app//org.apache.hbase.thirdparty.io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
app//org.apache.hbase.thirdparty.io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
app//org.apache.hbase.thirdparty.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
app//org.apache.hbase.thirdparty.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
app//org.apache.hbase.thirdparty.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
[email protected]/java.lang.Thread.run(Thread.java:833)
Thread 301 (RS-EventLoopGroup-1-7):
State: RUNNABLE
Blocked count: 0
Waited count: 0
Stack:
app//org.apache.hbase.thirdparty.io.netty.channel.epoll.Native.epollWait(Native
Method)
app//org.apache.hbase.thirdparty.io.netty.channel.epoll.Native.epollWait(Native.java:148)
app//org.apache.hbase.thirdparty.io.netty.channel.epoll.Native.epollWait(Native.java:141)
app//org.apache.hbase.thirdparty.io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
app//org.apache.hbase.thirdparty.io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
app//org.apache.hbase.thirdparty.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
app//org.apache.hbase.thirdparty.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
app//org.apache.hbase.thirdparty.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
[email protected]/java.lang.Thread.run(Thread.java:833)
Thread 305 (RS-EventLoopGroup-1-8):
State: RUNNABLE
Blocked count: 0
Waited count: 0
Stack:
app//org.apache.hbase.thirdparty.io.netty.channel.epoll.Native.epollWait(Native
Method)
app//org.apache.hbase.thirdparty.io.netty.channel.epoll.Native.epollWait(Native.java:148)
app//org.apache.hbase.thirdparty.io.netty.channel.epoll.Native.epollWait(Native.java:141)
app//org.apache.hbase.thirdparty.io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
app//org.apache.hbase.thirdparty.io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
app//org.apache.hbase.thirdparty.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
app//org.apache.hbase.thirdparty.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
app//org.apache.hbase.thirdparty.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
[email protected]/java.lang.Thread.run(Thread.java:833)java.lang.RuntimeException:
java.io.IOException: Shutting down at
org.apache.phoenix.query.BaseTest.initMiniCluster(BaseTest.java:549)
at org.apache.phoenix.query.BaseTest.setUpTestCluster(BaseTest.java:449)
at
org.apache.phoenix.query.BaseTest.checkClusterInitialized(BaseTest.java:435)
at org.apache.phoenix.query.BaseTest.setUpTestDriver(BaseTest.java:517)
at org.apache.phoenix.query.BaseTest.setUpTestDriver(BaseTest.java:512)
at
org.apache.drill.exec.store.phoenix.QueryServerBasicsIT.doSetup(QueryServerBasicsIT.java:47)
at
org.apache.drill.exec.store.phoenix.PhoenixTestSuite.initPhoenixQueryServer(PhoenixTestSuite.java:54)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at
org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at
com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69)
at
com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33)
at
com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235)
at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54)
Caused by: java.io.IOException: Shutting down
at org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:266)
at
org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:115)
at
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniHBaseCluster(HBaseTestingUtility.java:1177)
at
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:1140)
at
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:1094)
at org.apache.phoenix.query.BaseTest.initMiniCluster(BaseTest.java:544)
... 25 more
Caused by: java.lang.RuntimeException: Master not initialized after 200000ms
at
org.apache.hadoop.hbase.util.JVMClusterUtil.waitForEvent(JVMClusterUtil.java:232)
at
org.apache.hadoop.hbase.util.JVMClusterUtil.startup(JVMClusterUtil.java:200)
at
org.apache.hadoop.hbase.LocalHBaseCluster.startup(LocalHBaseCluster.java:430)
at org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:259)
... 30 more {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)