Skip to content
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

Revert singleton app version #7287

Closed

Conversation

Aaronontheweb
Copy link
Member

@Aaronontheweb Aaronontheweb commented Jul 18, 2024

Changes

Correct solution to fixing #7196 and replaces #7197

Definitely a breaking change but the current functionality is both broken and dangerous.

Checklist

For significant changes, please ensure that the following have been completed (delete if not relevant):

@Arkatufus Arkatufus marked this pull request as ready for review July 23, 2024 21:55
@@ -353,9 +353,8 @@ namespace Akka.Cluster.Tools.Singleton
}
public sealed class ClusterSingletonManagerSettings : Akka.Actor.INoSerializationVerificationNeeded
{
public ClusterSingletonManagerSettings(string singletonName, string role, System.TimeSpan removalMargin, System.TimeSpan handOverRetryInterval, bool considerAppVersion) { }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have to keep these old API signatures in order to preserve binary compatibility @Arkatufus ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we do, I think I missed it

# Conflicts:
#	src/contrib/cluster/Akka.Cluster.Tools/Singleton/ClusterSingletonProxy.cs
#	src/contrib/cluster/Akka.Cluster.Tools/Singleton/MemberAgeOrdering.cs
#	src/contrib/cluster/Akka.Cluster.Tools/Singleton/OldestChangedBuffer.cs
@Arkatufus
Copy link
Contributor

Not needed anymore, feature was retro-actively removed by #7297

@Arkatufus Arkatufus closed this Jul 25, 2024
@Aaronontheweb Aaronontheweb removed this from the 1.5.27 milestone Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants