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:

  1. actor activated first time.
  2. actor save state (persistent , replicated).
  3. actor remove saved state.
  4. 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

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -