Skip to content
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

Concurrent modification exception in MetricPRocessEventListener #3605

Closed
fjtirado opened this issue Aug 5, 2024 · 0 comments · Fixed by #3606
Closed

Concurrent modification exception in MetricPRocessEventListener #3605

fjtirado opened this issue Aug 5, 2024 · 0 comments · Fixed by #3606
Assignees

Comments

@fjtirado
Copy link
Contributor

fjtirado commented Aug 5, 2024

Describe the bug

Users of metrics are seeing this exception

at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.util.ConcurrentModificationException
	at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1221)
	at org.kie.kogito.monitoring.core.common.process.MetricsProcessEventListener.getRunningProcessInstancesGauge(MetricsProcessEventListener.java:111)

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@fjtirado fjtirado self-assigned this Aug 5, 2024
fjtirado added a commit to fjtirado/kogito-runtimes that referenced this issue Aug 5, 2024
rgdoliveira pushed a commit to rgdoliveira/kogito-runtimes that referenced this issue Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🎯 Done
Development

Successfully merging a pull request may close this issue.

1 participant