-
Notifications
You must be signed in to change notification settings - Fork 1k
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
ClusterClient fixes #3866
ClusterClient fixes #3866
Conversation
Need to add some copyright headers and wait on MNTR results. |
Both the uncommented MNTR Attaching the logs from the .NET Core run. |
Have the handover spec working just fine - but the original MNTR |
Looks like there's a hard error:
Going to see if it's an issue with the way I ported those assertions. |
Now have the |
Should resolve this issue too #2312 |
MNTR failed on an unrelated DistributedPubSub spec, but I know what the root cause of that is. Documented it here: #3868 |
Fixed broker `IComparer` for ClusterClient hash ring and ported over other handoff fixes. Close akkadotnet#2535 Close akkadotnet#2312 Close akkadotnet#3840 * implemented akka/akka#24167 * implemented akka/akka#22992
Using the test cases provided by @mwpro on #2535
Also ports:
akka/akka#22992
akka/akka#24167
Close #2535
Close #2312
Close #3840