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

Akka.Cluster.Tools: fix mutability and oldest state bugs with ClusterSingletonManager #7298

Commits on Jul 24, 2024

  1. fix mutability bugs with ClusterSingletonManager

    Looks like the list of available nodes was getting mangled - seems like a basic mutability issue inside the `ClusterSingletonManager`.
    Aaronontheweb committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e392a9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    679f828 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fbf6a9 View commit details
    Browse the repository at this point in the history
  4. WIP nullability

    Aaronontheweb committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    74e7e68 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    8df0c3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6808836 View commit details
    Browse the repository at this point in the history
  3. removed debug logging

    Aaronontheweb committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b2a3b4e View commit details
    Browse the repository at this point in the history
  4. removed old code

    Aaronontheweb committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    122b16c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e4a4a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a5d68c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    85a93a4 View commit details
    Browse the repository at this point in the history