-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
akka-cluster-shardingakka-coordinationAkka.Coordination package updates and materialsAkka.Coordination package updates and materialspotential bug
Milestone
Description
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.
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:
akka.coordination.lease.kubernetes.lease-operation-timeout = 5s
akka.coordination.lease.azure.lease-operation-timeout = 15s
akka.coordination.lease.kubernetes.api-service-request-timeout = 2s
akka.coordination.lease.azure.api-service-request-timeout = 6s
Metadata
Metadata
Assignees
Labels
akka-cluster-shardingakka-coordinationAkka.Coordination package updates and materialsAkka.Coordination package updates and materialspotential bug