agent-substrate / agent-substrate/substrate

Prevent deleting a tag if at least one actor references that tag's snapshot

Ouverte
#1,554 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
area/api-machinery area/storage kind/bug
Langage dominant
Go
Étoiles
1.8k
Forks
316
Merge moyen
2 j 43 min
PR mergées (30 j)
287

Description

Today, a tag or an actor may own an external snapshot.

* When a tag is created, it copies the external snapshot into it's own external storage path and
* When an actor is created from a tag, it will reference the tag's snapshot until its first Suspend call.
* An actor doesn't own its own snapshot until its first SuspendActor() call (Suspend will create/copy a snapshot)

Today, nothing prevents deleting a tag whose snapshot is referenced by running actors.

cc @juli4n

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.