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
Version Information
Version of Akka.NET? v1.5.36 and earlier
Which Akka.NET Modules? Akka.Peristence and all implementations
Describe the bug
While reviewing some of the work we've been doing to help keep Phobos metrics clean, @object observed a massive number of Akka.Persistence.Journal.AsyncWriteJournal+Resequencer running around under the /user actor hierarchy according to Phobos metrics: petabridge/phobos-issues#86 (comment)
As it turns out, this is indeed a bug - the Resequencer is being created in the wrong place: