Akka.Cluster.Sharding: dealing with remember-entities
and actors who can't start up correctly
#7629
Milestone
remember-entities
and actors who can't start up correctly
#7629
Version Information
Version of Akka.NET? v1.5.41
Which Akka.NET Modules? Akka.Cluster.Sharding
Describe the bug
So an interesting scenario:
resolver.Props
gets fired up) - crashes immediately;SupervisionStrategy
, gets killed off by theShard
Shard
notices that the remembered-entity actor is dead, re-creates it; andExpected behavior
IMHO, the
remember-entities
system should not bypass the supervision system - if the supervisor recommends perma-death to a repeatedly failing actor, we need some way of honoring that and un-remembering the actor.Actual behavior
Infinite churn between the
remember-entities
system and the restarting actor.The text was updated successfully, but these errors were encountered: