Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Akka.Cluster.Tools: fix mutability and oldest state bugs with `Cluste…
…rSingletonManager` (#7298) * fix mutability bugs with `ClusterSingletonManager` Looks like the list of available nodes was getting mangled - seems like a basic mutability issue inside the `ClusterSingletonManager`. * fixed another mutability error * explicitly re-order "oldest nodes" based on data received from OldestChangedBuffer * WIP nullability * fixed nullability issues and API approvals * removed debug logging * removed old code * fixed some nullability issues * fix racy cluster singleton restart spec
- Loading branch information