-
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
Akka.Cluster.Sharding: LeastShardAllocationStrategy
ArgumentException
during rebalance
#7365
Comments
This is the line that throws:
When it's invoking this function: akka.net/src/contrib/cluster/Akka.Cluster.Sharding/Internal/AbstractLeastShardAllocationStrategy.cs Lines 127 to 142 in 5e2bd0e
I'm guessing it's the |
Also need to investigate why Akka.Cluster.Sharding never automatically healed from this issue either - that seems like a separate bug |
* fix potential `ArgumentException` during shard rebalancing close #7365 * moved back to original discard design
Version Information
Version of Akka.NET? not sure yet - waiting on reply in Discord
Which Akka.NET Modules? Akka.Cluster.Sharding
Describe the bug
Expected behavior
Actual behavior
What actually happened and how did it differ from your expectations?
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Using
state-store-mode = ddata
Additional context
Not sure yet, still working on getting thoughts organized here
The text was updated successfully, but these errors were encountered: