-
Notifications
You must be signed in to change notification settings - Fork 151
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
investigate ClusterActorLoggingSpec #795
Labels
Comments
This was referenced Nov 17, 2023
link : #929 |
He-Pin
added
build
sbt or build of the project
help wanted
Extra attention is needed
labels
Jan 29, 2024
still flaky in nightly builds: https://github.com/apache/pekko/actions/runs/9993956065/job/27622606159 |
Because sometimes the actor don't put value into MDC: LoggingEvent(
INFO,
org.apache.pekko.cluster.typed.ClusterActorLoggingSpec,
ClusterActorLoggingSpec-pekko.actor.default-dispatcher-11,
Starting,
1721630292397,
None,
None,
+ Map(pekkoAddress -> pekko.tcp://[email protected]:42905, pekkoSource -> pekko://ClusterActorLoggingSpec/user/$a, sourceActorSystem -> ClusterActorLoggingSpec)
)
LoggingEvent(
INFO,
org.apache.pekko.cluster.typed.ClusterActorLoggingSpec,
ClusterActorLoggingSpec-pekko.actor.default-dispatcher-3,
Starting,
1721631006935,
None,
None,
- Map()
) |
Doesn't that mean the test caught a bug? |
won't reopen it because ci is passing: https://github.com/apache/pekko/actions/runs/10076913173/job/27858277926 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
possibly related to #771
The text was updated successfully, but these errors were encountered: