Alanxtl commented on issue #3146:
URL: https://github.com/apache/dubbo-go/issues/3146#issuecomment-3713058928
> > 有没有具体一些的复现代码,或者在什么情况下会报错,我使用`dubbo-go
3.3.1`和`dubbo-go-samples/registry/etcd`的代码没有复现出问题
>
> "使用`dubbo-go 3.3.1`和`dubbo-go-samples/registry/etcd`的代码" 这种方法之前也试了.也是一样.
前5钟可以可以,程序运行后5分钟就出错了. 你的etcd运行的是哪个版本
>
> 刚又试了下,用dubbo 3.3.1没有这个问题了,之前用的dubbo-go 3.3.0.😀
我是用docker跑的
```
services:
etcd:
image: gcr.io/etcd-development/etcd:v3.6.7
user: root
restart: always
volumes:
- ./etcd_data:/etcd_data
environment:
ETCD_DATA_DIR: /etcd_data
ETCD_ENABLE_V2: "true"
ALLOW_NONE_AUTHENTICATION: "yes"
ETCD_ADVERTISE_CLIENT_URLS: "http://0.0.0.0:2379"
ETCD_LISTEN_CLIENT_URLS: "http://0.0.0.0:2379"
TZ: "Asia/Shanghai"
ports:
- "2379:2379/tcp"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]