phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

PHOENIX-7638 Creating a large number of views leads to OS thread exhaustion

Open jpisaac opened this issue 7 months ago • 2 comments

jpisaac avatar Jun 12 '25 19:06 jpisaac

Too many test failures on the build, likely not related as the build seems unstable. Triggered new one https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-2190/3/

virajjasani avatar Jun 15 '25 02:06 virajjasani

We still have 61 test failures in the new build, probably some timeouts and view related test failures are relevant?

virajjasani avatar Jun 15 '25 19:06 virajjasani

@virajjasani @tkhurana We now have a clean build with no test failures. Can you take a look again at this review.

jpisaac avatar Jun 23 '25 16:06 jpisaac

@jpisaac the PR breaks hbase 2.4 build:

10:22:31  [INFO] ------------------------------------------------------------------------
10:22:31  [INFO] BUILD FAILURE
10:22:31  [INFO] ------------------------------------------------------------------------
10:22:31  [INFO] Total time:  01:13 min
10:22:31  [INFO] Finished at: 2025-06-25T17:22:31Z
10:22:31  [INFO] ------------------------------------------------------------------------
10:22:31  [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile) on project phoenix-core: Compilation failure
10:22:31  [ERROR] /home/jenkins/jenkins-home/workspace/oenix_Phoenix-mulitbranch_master/HBASE_2.4/phoenix-core/src/it/java/org/apache/phoenix/end2end/MetadataServerConnectionsIT.java:[25,38] org.apache.hadoop.hbase.client.ConnectionImplementation is not public in org.apache.hadoop.hbase.client; cannot be accessed from outside package

We will need new addendum.

virajjasani avatar Jun 25 '25 22:06 virajjasani