agent-substrate / agent-substrate/substrate

Stalled SUSPENDING actors have no system-driven recovery

未关闭
#1,502 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
area/api area/api-machinery area/reliability kind/bug
主要语言
Go
星标
1.8k
派生
316
平均合并
2 天 43 分钟
30 天内合并 PR
287

描述

Split out of #791 (the deferred "janitor / retry budget" item) so #791 can close.

### Problem:
If `SuspendActor` fails after the actor is marked `SUSPENDING`, the actor stays `SUSPENDING` until a client calls `SuspendActor` again. In that state it cannot be resumed.

A running-origin suspend at least has a graceful termination exit: if the worker pod goes away, `DeleteWorker` marks the actor `CRASHED`.

A paused-origin is pinned to a node name, and once the node is gone every retry fails with just internal errors.

Xref: #660 #791 #817 #798

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。