agent-substrate / agent-substrate/substrate

Intermittent `503 connection termination` errors when resuming suspended actors

Đang mở
#218 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
area/network kind/bug
Ngôn ngữ chính
Go
Star
1.8k
Fork
316
Merge trung bình
2 ngày 43 phút
Pull request đã merge (30 ngày)
287

Mô tả

## 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`

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.