agent-substrate / agent-substrate/substrate

Stalled SUSPENDING actors have no system-driven recovery

オープン
#1,502 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
area/api area/api-machinery area/reliability kind/bug
主要言語
Go
スター
1.8k
フォーク
316
平均マージ
2日 43分
マージ済み PR(30日)
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 を短くまとめたダイジェスト。