agent-substrate / agent-substrate/substrate
Intermittent `503 connection termination` errors when resuming suspended actors
- 主要言語
- Go
- スター
- 1.8k
- フォーク
- 316
- 平均マージ
- 2日 43分
- マージ済み PR(30日)
- 287
説明
## Expected Behavior
Expected to get actual response from the server running in the actor.
## Actual Behavior
```
HTTP 503 | upstream connect error or disconnect/reset before headers. reset reason: connection termination
```
## Steps to Reproduce the Problem
1. Create actortemplates and actors. I was using
```
./hack/install-ate.sh --deploy-demo-multi-template
kubectl ate create actor f1 --template ate-demo-multi-template-fspersist/fspersist
kubectl port-forward -n ate-system svc/atenet-router 8000:80 # leave running
```
1. Suspend and then resume actors right away
```
for round in $(seq 1 20); do
kubectl ate suspend actor f1
curl -s -H "Host: f1.actors.resources.substrate.ate.dev" http://localhost:8000
done
```
1. Observe intermittent error messages `upstream connect error or disconnect/reset before headers. reset reason: connection termination`
コントリビューションガイド
評価
この issue はまだ評価されていません。