This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Reproducible hang on Debian 9, oracle-java-13 and above #277
Comments
That would be very helpful! Especially for jdk 14. |
Here's a jthread trace |
Hi, Two quick questions:
This will help us when attempting to reproduce it :) |
Its a 48 core Dell running Debian, with around 250GB of memory.
It happens within 5min. From clean start, attempting to bootstrap state.
Sometimes it can pass through, but usually it gets stuck.
…On Mon, Sep 28, 2020 at 11:18 PM Ties de Kock ***@***.***> wrote:
Hi,
Two quick questions:
- On what kind of machine (distribution/number of CPU cores) do you
encounter this issue?
- How long after startup do you encounter this?
This will help us when attempting to reproduce it :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#277 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABORQ7AWZ3727GD4NWL3LRTSICEKRANCNFSM4RVD6AJQ>
.
|
I can reproduce this on a machine with a high number of cores (R730xd/28 cores/56 hyperthreads/openjdk 14). It seems like it gets stuck with the high amount of threads created and this is a symptom of an underlying bug. I could work around it by limiting the number of threads (by setting @erikrozendaal could you take a look? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For the current code, I can reproduce a hang on oracle-java-13, oracle-java-14 and oracle-java-15.
oracle-java-11 is fine.
On FreeBSD 12, more recent OpenJDK to equivalent levels are fine btw.
I can give you a jstack thread dump if you want.
The text was updated successfully, but these errors were encountered: