DistributedPubSub: DeadLetter
logging when no subscribers looks identical to the Mediator
being dead
#7626
Labels
akka-cluster-tools
confirmed bug
DX
Developer experience issues - papercuts, footguns, and other non-bug problems.
good for first-time contributors
logging
up for grabs
Milestone
Version Information
Version of Akka.NET? v1.5.41
Which Akka.NET Modules? Akka.Cluster.Tools
Describe the bug
When we see a log that looks like this:
It can come from one of two places:
Mediator
is well and truly dead, which is what this log indicatesMediator
is alive and well but has no subscribers for the given topic, which is where I suspect a large number of these logs are coming from. Relevant code:akka.net/src/contrib/cluster/Akka.Cluster.Tools/PublishSubscribe/DistributedPubSubMediator.cs
Lines 496 to 500 in f67e123
We need to make it clearer which is which when this happens so users can diagnose these problems with accurate information on what the system was doing at the time.
The text was updated successfully, but these errors were encountered: