[
https://issues.apache.org/jira/browse/PHOENIX-6757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rushabh Shah updated PHOENIX-6757:
----------------------------------
Summary: IndexToolForNonTxGlobalIndexIT, ViewIndexIdRetrieveIT tests are
failing. (was: IndexToolForNonTxGlobalIndexIT test is failing.)
> IndexToolForNonTxGlobalIndexIT, ViewIndexIdRetrieveIT tests are failing.
> ------------------------------------------------------------------------
>
> Key: PHOENIX-6757
> URL: https://issues.apache.org/jira/browse/PHOENIX-6757
> Project: Phoenix
> Issue Type: Bug
> Components: core
> Affects Versions: 5.2.0
> Reporter: Rushabh Shah
> Priority: Critical
>
> IndexToolForNonTxGlobalIndexIT test is failing. It is failing to bring up
> datanode.
> Stack trace is below:
> {noformat}
> 2022-07-26 08:34:22,140 WARN [Listener at localhost/58119]
> org.eclipse.jetty.webapp.WebInfConfiguration(794): Can't generate
> resourceBase as part of webapp tmp dir name: java.lang.NullPointerException
> 2022-07-26 08:34:22,140 DEBUG [Listener at localhost/58119]
> org.eclipse.jetty.webapp.WebInfConfiguration(795):
> java.lang.NullPointerException: null
> at org.eclipse.jetty.util.URIUtil.decodePath(URIUtil.java:451)
> ~[jetty-util-9.4.20.v20190813.jar:9.4.20.v20190813]
> at
> org.eclipse.jetty.webapp.WebInfConfiguration.getCanonicalNameForWebAppTmpDir(WebInfConfiguration.java:782)
> ~[jetty-
> webapp-9.4.20.v20190813.jar:9.4.20.v20190813]
> at
> org.eclipse.jetty.webapp.WebInfConfiguration.makeTempDirectory(WebInfConfiguration.java:501)
> ~[jetty-webapp-9.4.20.
> v20190813.jar:9.4.20.v20190813]
> at
> org.eclipse.jetty.webapp.WebInfConfiguration.resolveTempDirectory(WebInfConfiguration.java:467)
> ~[jetty-webapp-9.4.
> 20.v20190813.jar:9.4.20.v20190813]
> at
> org.eclipse.jetty.webapp.WebInfConfiguration.preConfigure(WebInfConfiguration.java:137)
> ~[jetty-webapp-9.4.20.v2019
> 0813.jar:9.4.20.v20190813]
> at
> org.eclipse.jetty.webapp.WebAppContext.preConfigure(WebAppContext.java:488)
> ~[jetty-webapp-9.4.20.v20190813.jar:9.4.20.v20190813]
> at
> org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:523)
> ~[jetty-webapp-9.4.20.v20190813.jar:9.4.20.v20190813]
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
> ~[jetty-util-9.4.20.v20190813.jar:9.4.20.v20190813]
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
> ~[jetty-util-9.4.20.v20190813.jar:9.4.20.v20190813]
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
> ~[jetty-util-9.4.20.v20190813.jar:9.4.20.v20190813]
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:106)
> ~[jetty-server-9.4.20.v20190813.jar:9.4.20.v20190813]
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
> ~[jetty-util-9.4.20.v20190813.jar:9.4.20.v20190813]
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
> ~[jetty-util-9.4.20.v20190813.jar:9.4.20.v20190813]
> at org.eclipse.jetty.server.Server.start(Server.java:407)
> ~[jetty-server-9.4.20.v20190813.jar:9.4.20.v20190813]
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110)
> ~[jetty-util-9.4.20.v20190813.jar:9.4.20.v20190813]
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:106)
> ~[jetty-server-9.4.20.v20190813.jar:9.4.20.v20190813]
> at org.eclipse.jetty.server.Server.doStart(Server.java:371)
> ~[jetty-server-9.4.20.v20190813.jar:9.4.20.v20190813]
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
> ~[jetty-util-9.4.20.v20190813.jar:9.4.20.v20190813]
> at org.apache.hadoop.http.HttpServer2.start(HttpServer2.java:1163)
> ~[hadoop-common-3.1.4.jar:?]
> at
> org.apache.hadoop.hdfs.server.datanode.web.DatanodeHttpServer.<init>(DatanodeHttpServer.java:142)
> ~[hadoop-hdfs-3.1.4.jar:?]
> at
> org.apache.hadoop.hdfs.server.datanode.DataNode.startInfoServer(DataNode.java:961)
> ~[hadoop-hdfs-3.1.4.jar:?]
> at
> org.apache.hadoop.hdfs.server.datanode.DataNode.startDataNode(DataNode.java:1421)
> ~[hadoop-hdfs-3.1.4.jar:?]
> at
> org.apache.hadoop.hdfs.server.datanode.DataNode.<init>(DataNode.java:501)
> ~[hadoop-hdfs-3.1.4.jar:?]
> at
> org.apache.hadoop.hdfs.server.datanode.DataNode.makeInstance(DataNode.java:2811)
> ~[hadoop-hdfs-3.1.4.jar:?]
> at
> org.apache.hadoop.hdfs.server.datanode.DataNode.instantiateDataNode(DataNode.java:2719)
> ~[hadoop-hdfs-3.1.4.jar:?]
> at
> org.apache.hadoop.hdfs.MiniDFSCluster.startDataNodes(MiniDFSCluster.java:1686)
> ~[hadoop-hdfs-3.1.4-tests.jar:?]
> at
> org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:911)
> ~[hadoop-hdfs-3.1.4-tests.jar:?]
> at
> org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:806)
> ~[hadoop-hdfs-3.1.4-tests.jar:?]
> at
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:667)
> ~[hbase-server-2.4.10-tests.jar:2.4.10]
> at
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:640)
> ~[hbase-server-2.4.10
> -tests.jar:2.4.10]
> at
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:1129)
> ~[hbase-server-2.4.10-tests.jar:2.4.10]
> at
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:1094)
> ~[hbase-server-2.4.10-tests.jar:2.4.10]
> at
> org.apache.phoenix.query.BaseTest.initMiniCluster(BaseTest.java:548)
> ~[test-classes/:?]
> at
> org.apache.phoenix.query.BaseTest.setUpTestCluster(BaseTest.java:453)
> ~[test-classes/:?]
> at
> org.apache.phoenix.query.BaseTest.checkClusterInitialized(BaseTest.java:439)
> ~[test-classes/:?]
> at
> org.apache.phoenix.query.BaseTest.setUpTestDriver(BaseTest.java:521)
> ~[test-classes/:?]
> at
> org.apache.phoenix.end2end.IndexToolForNonTxGlobalIndexIT.setup(IndexToolForNonTxGlobalIndexIT.java:187)
> ~[test-classes/:?]
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)