Shard lease did not release held leases cleanly when downed #7379
Labels
akka-cluster-sharding
akka-coordination
Akka.Coordination package updates and materials
potential bug
Milestone
Version Information
Version of Akka.NET? 1.5.30
Which Akka.NET Modules? Akka.Sharding, Akka.Coordination
Describe the bug
Shard lease did not release held leases cleanly when downed, causing the same shard to fail to acquire the same lease when it is restarted.
This happens both in the Kubernetes and Azure Lease implementation, leaving a strong impression that Akka.Sharding Shard did not release the Lease it held properly when downed.
Kubernetes logs:
Azure logs:
The difference between k8s and Az is that, using k8s lease, the problem apparently heals itself quite fast while it lingers in Az.
Difference between k8s and az defaults:
The text was updated successfully, but these errors were encountered: