Logs for ScheduledTellMsg
DeadLetter
are not specific enough
#7264
Labels
ScheduledTellMsg
DeadLetter
are not specific enough
#7264
Version Information
Version of Akka.NET? dev branch
Which Akka.NET Modules? Core
Describe the bug
Dead letters containing ScheduledTellMsg from the Scheduler are hiding the underlying payload type it is wrapping, making it hard to debug/inspect via telemetry
Here's an example snippet log dump from one of the internal Akka.Cluster.Tools.Tests.Multinode.ClusterClient.ClusterClientDiscoerySpec test:
Here a message sent from Self to Self via ScheduleTell (either once or repeated) was not being handled correctly, but we could not see which message was being sent, thus we could never tell which timer were at fault.
The text was updated successfully, but these errors were encountered: