-
Notifications
You must be signed in to change notification settings - Fork 1.1k
DistributedData
replicator actor is being created under "/user"
#7606
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
Comments
yeah if we can fix this without it breaking live Akka.Cluster systems, that'd be a good candidate for v1.5 - buuuuuuuuuuut if it's going to cause them to all "miss" each other then we should move this to v1.6, which will likely require a full cluster restart any way. |
Yeah, this is a potentially cluster breaking behavior |
If it is, has to go into v1.6. And no opt-out flags or whatever either - we just fix the problem and sell it as part of a full upgrade. |
Replicator expects that all other replicator actors to have the same exact actor path as it is, changing the guardian actor would not work in a mixed implementation cluster environment because the replicator running under "/user" would not be able to talk to replicator running under "/system".
|
Ok, we'll move this to v1.6 then |
Version Information
Version of Akka.NET? dev branch
Which Akka.NET Modules? Akka.DistributedData
Describe the bug
DistributedData.Replicator
actor is created under "/user", should be created under "/system" instead.Code link
akka.net/src/contrib/cluster/Akka.DistributedData/DistributedData.cs
Lines 88 to 90 in 4e30b9d
The text was updated successfully, but these errors were encountered: