Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] [External] : Re: JDK 21 Is Now GA, a New VS Code Extension, and an Annotation Processing Heads-up

Hi,

On Wed, Oct 25, 2023 at 10:17 AM Paul Palaszewski via jetty-dev
<jetty-dev@xxxxxxxxxxx> wrote:
>
> Hi,
>
> I'm experiencing an issue that started a several months ago .. probably around openjdk 18 and it continued up to day with openjdk 21.0.1. During that time range we used jetty 10.0.11 - 10.0.15. It occurs on web servers reachable through the net. After approximately 1 week the machine runs with 100% cpu. Looked like the classic infinite loop, used jstack and our own web tool with similar functionality to identify the thread/code that's causing the issue, but there was no active thread. No (visible) code from us and no jetty code.
>
> Up to now the issue occurred on an intel mac running macOS 12.6.9 and various Debian Linux versions. We also have lots of Windows boxes running these configurations but those are not public. I think I did not see the issue on any of them, but I suppose it's more likely to be because of the box being not public rather than because of Windows.
>
> Restarting the service helps. For +/- a week.
> Did not have the issue with older jdks + jetty versions, but it's hard to say which part went wrong since we regularly update both as soon as updates are available.
>
> Does anyone on the list have / had similar issues and maybe an idea what I could do to narrow down the issue? Does not make sense to file a bug report as long as I don't know which component is causing it + not knowing, how to reproduce it?

Please open an issue (https://github.com/jetty/jetty.project/issues)
and let's discuss there.
You can get suggestions about what to try, and you can provide attach
to the issue e.g. log files, configurations, stack traces, etc.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top