azure service fabric - Is removing all actor state eventually the same as deleting the actor? -
i'm wondering whether there stored/managed in service fabric non-activated actor without persistent state?
let's actor instance has following life cycle:
- actor activated first time.
- actor save state (persistent , replicated).
- actor remove saved state.
- actor deactivated (gc).
is there left now? have deleted instead?
if call iactorservice.getactorsasync still actor in list, yes, (a marker value) left in storage provider. if statepersistence not set persisted, other state may lost if turn off machines, example.
Comments
Post a Comment