Application Shutdown Hangs with graphql-spring-boot-starter #470
-
Describe the bug To Reproduce
Expected behavior Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 2 replies
-
We have a lot of products running using these libraries and none have this problem. Do you experience this with one of the sample projects of this library? Or one of your own projects? |
Beta Was this translation helpful? Give feedback.
-
Interesting. It's my own project, but literally nothing but the bare minimum Spring boot + this library. I'll spin up one of your samples and see what I can discover. |
Beta Was this translation helpful? Give feedback.
-
I was able to reproduce using the example project. I'm on the v8.0.0 tag.
After the application is running, I issue a |
Beta Was this translation helpful? Give feedback.
-
In case this matters...
|
Beta Was this translation helpful? Give feedback.
-
I just followed the same steps on the same example project. I'm on Java 14 and using Fedora, but even so... It's working as expected for me.
Java version:
You seem to be on MacOS and using a different JDK vendor. Perhaps try another JDK vendor to see if that helps? |
Beta Was this translation helpful? Give feedback.
-
Sounds good. Thanks @oliemansm. I'll let you know what I find out. |
Beta Was this translation helpful? Give feedback.
-
Just to close the loop on this one, I finally updated the JDK I was using to |
Beta Was this translation helpful? Give feedback.
Just to close the loop on this one, I finally updated the JDK I was using to
11.0.10 (Eclipse OpenJ9 openj9-0.24.0)
and the shutdown problem is no longer present. It was definitely related to the particular JVM.