agent-substrate / agent-substrate/substrate

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

Abierto
#1,554 0 comentarios 0 reacciones 0 asignados Ver en GitHub
area/api-machinery area/storage kind/bug
Lenguaje dominante
Go
Estrellas
1.8k
Forks
316
Merge medio
2 d 43 min
PR fusionados (30 d)
287

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.