Observed JarFileReference "The reference counter cannot be negative, found: -1" #43327
Closed
jimbogithub
started this conversation in
Community
Replies: 1 comment 2 replies
-
P.S. In this scenario there are around 70 threads doing this same thing at the same time. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Got the following error trace in production recently with Quarkus 3.14.3:
The scenario is a Kafka Consumer/ Producer chain but I suspect that is irrelevant. Smells like a concurrency issue in
io.quarkus.bootstrap.runner.JarFileReference
. This was a one-off and I don't have a reproducer. I could file a Jira issue but I don't have much to go on here. Has anyone else ever seen this?Beta Was this translation helpful? Give feedback.
All reactions