-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
JVM hang suddenly with jdk version 1.8.0_312 #912
Comments
BTW: Only one thead state is IN_NATIVE, it's stack trace: ox0000ffff99de7dd8 __GI___poll I'm not sure it is useful thanks |
@xijiu Please use the latest 1.8.0_382 and report back here if you sill get a stall. I assume you're on the latest patched Kafka? |
@karianna
|
There are a few bug fixes between 1.8.0_131 and the latest 1.8.0_382 that pertain to hangs/crashes in the synchronization use case you're dealing with. I would recommend the upgrade in the first instance (also for other security and stability reasons). |
I see, I see, If there is any progress or new discovery on this issue, I will reply here immediately. |
We are marking this issue as stale because it has not been updated for a while. This is just a way to keep the support issues queue manageable. |
Ever since we upgraded the JDK to version 11, this issue has not occurred again. Thanks @karianna |
Please provide a brief summary of the bug
Our online Kafka Broker service suddenly hung up, and it's occurs with low probability and without any time regularity. no error and no logs
The command "jstack [pid]" no response, then I print the stack trace with command "jstack -m [pid]", and I found all threads state are BLOCKED, include VM Thread.
VM Thread stack:
ox0000ffff99f4da8c __pthread_cond_wait
ox0000ffff997c014c _ZN2os13PlatformEvent4parkEv
ox0000ffff9976f014 _ZN7Monitor5IWaitEP6Thread1
ox0000ffff9976faf0 _ZN7Monitor4waitEblb
ox0000ffff999355dc _ZN20SuspendibleThreadSet11synchronizeEv
ox0000ffff99858a68 _ZN20SafepointSynchronize5beginEv
ox0000ffff999d3124 _ZN8VMThread4loopEv
ox0000ffff999d3458 _ZN8VMThread3runEv
ox0000ffff997b8204 _ZL10java_startP6Thread
ox0000ffff99f47800 start_thread
I'm not sure whether this is a JVM bug. STS call synchronize() stuck.
Please provide steps to reproduce where possible
no crash log, the JVM stuck
Expected Results
JVM run normaly
Actual Results
JVM stuck
What Java Version are you using?
openjdk version "1.8.0_312" OpenJDK Runtime Environment (build 1.8.0_312-b07) OpenJDK 64-Bit Server VM (build 25.312-b07, mixed mode)
What is your operating system and platform?
Linux on aarch64
How did you install Java?
a binary archive (tar.gz)
Did it work before?
Did you test with the latest update version?
Did you test with other Java versions?
Relevant log output
No response
The text was updated successfully, but these errors were encountered: