You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are going to release 3.4.19, and the top priority is to make the pipeline as stable as possible.
Too many goroutines running after all test(s).
1 instances of:
go.etcd.io/etcd/etcdserver/api/v3rpc.(*serverWatchStream).recvLoop(...)
/home/runner/work/etcd/etcd/etcdserver/api/v3rpc/watch.go:336 +0x214
go.etcd.io/etcd/etcdserver/api/v3rpc.(*watchServer).Watch.func2(...)
/home/runner/work/etcd/etcd/etcdserver/api/v3rpc/watch.go:190 +0x45
created by go.etcd.io/etcd/etcdserver/api/v3rpc.(*watchServer).Watch
/home/runner/work/etcd/etcd/etcdserver/api/v3rpc/watch.go:189 +0x2ec
FAIL go.etcd.io/etcd/clientv3/integration 270.490s
FAIL
I wasn't able to reproduce this and I went through GitHub Actions runs for ~10days and didn't see this error. The most relevant comment about similar issue here
I think there might be 'false negatives', i.e. situation when goroutine is 'RUNNING' (not waiting), so its not reported by list of goroutines, so we might exit leak detection when there is actually a goroutine leaked. But it should not be reported as failure.
We are going to release 3.4.19, and the top priority is to make the pipeline as stable as possible.
Refer to https://github.com/etcd-io/etcd/runs/7049120619?check_suite_focus=true
The text was updated successfully, but these errors were encountered: