agent-substrate / agent-substrate/substrate

Intermittent `503 connection termination` errors when resuming suspended actors

未關閉
#218 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
area/network kind/bug
主要語言
Go
星號
1.8k
分支
316
平均合併
2 天 43 分鐘
30 天內合併 PR
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。