-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Phoenix tests failing on JDK 17 #10010
Comments
@vincentpoon FYI. |
@vincentpoon if there is other solution - please let me know. I'm interested in fixing those tests, as they are the only one failing on JDK 17 right now. |
@wendigo Do you know what the problem is when starting the Testing HBase? Do you have steps I can use to repro? The other stacktrace you pasted is just a Warning - that is something intrinsic to HBase, which is still on older versions of the JDK, so not something we can change easily externally, but may be ignorable. |
@vincentpoon just switch project JDK to 17 in IntelliJ and try to run any Phoenix test. |
@wendigo The tests run fine for me with JDK 17. There are some test failures, but might be unrelated. But at least the TestingPhoenixServer appears to work. I ran |
@vincentpoon you can see failures here: #10004 |
|
There is also a failure in product test:
|
@vincentpoon you are right. I guess that I've messed with my environment too much. There are still some weird failures in tests. Can you take a look? |
Product tests are failing only for phoenix5 |
Any updates on this? |
@martint I'm planning to spend some time on JDK 17 between christmas and new year's eve. |
This is related to https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8225499. More reference: quarkusio/quarkus#8212 |
@vincentpoon I've filled apache/phoenix#1434 |
@wendigo can this be closed? |
@findepi No |
Then please explain what's to be done here. "Phoenix tests failing on JDK 17" implies that CI would be red if we were running on Java 17. We are running on Java 17. What am i missing? |
The Phoenix patch above was merged, so is this just a matter of updating to that Phoenix version? |
@vincentpoon I've tried that but zookeeper is still failing on 17 :( |
Is this issue still effective? |
Some of the Phoenix 4 and 5 tests are failing on JDK 17
The text was updated successfully, but these errors were encountered: