Open codelipenghui opened 2 years ago
Looks like temurin has a new release jdk-11.0.15+10 which introduced the issue. After rollback to [jdk-11.0.14+101]
, the failed test gets passed.
https://github.com/apache/pulsar/runs/6826520926?check_suite_focus=true
@codelipenghui @nicoloboschi is there any link to a OpenJDK issue ? I can create tickets on OpenJDK JIRA, if it is a new issue we can report it but we need more context
Sorry @eolivelli
I'm still testing. It's not a JDK issue but related to reuseFork
. I have disabled the reuseFork in PR #15995
, the test gets passed. Looks like the reuseFork
lead some static code doesn't work.
The test was just very flaky. After change to jdk-11.0.14+101
, the test just passed, but just lucky.
The issue had no activity for 30 days, mark with Stale label.
Describe the bug https://github.com/apache/pulsar/runs/6812506434?check_suite_focus=true
To Reproduce Always fail on CI but it's not able to reproduce on my laptop