ysw-jingzhe

Results 1 issues of ysw-jingzhe

**Describe the bug** Zrpc + Etcd + Docker 容器微服务架构, Zrpc Client 端容器在刚启动时 rpc 之间请求正常,可以正常的通过ETCD发现服务端并请求到服务端数据。 但是在该Client 端容器睡眠1小时(1个小时内无任何外部请求) 后,再次触发Rpc客户端请求, 此时Rpc请求出现超时异常,且日志中每隔4秒出现一次 “error context deadline exceeded, key is xxxxxxxx caller=internal/registry.go:240”。 此时检查 Docker 容器正常,容器中网络也正常。 备注:在不使用容器直接在服务器上运行该Client端的Go程序,就不会存在该问题;...