You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is supposed to terminate when ActorSystem#terminate is called, but for some reason it continues to exist.
In v2.9.0 an implementation of context propagation was added for the Akka Scheduler (#12373), but I wasn't sure if this was the cause.
I haven't tried it yet, but Pekko may have similar issues.
Describe the bug
When using OpenTelemetry Java agent v2.9.0 or later with Akka, it takes a long time from the end of the main method to the end of the JVM.
Steps to reproduce
Expected behavior
The JVM exits immediately after the main method finishes.
Actual behavior
The JVM does not exit immediately after the main method exits.
Javaagent or library instrumentation version
javaagent v2.9.0 or later
Environment
JDK: temurin:21
OS:
Additional context
No response
The text was updated successfully, but these errors were encountered: