Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3节点下,部分节点中应用addrs地址错误 #86

Open
slsycl opened this issue Nov 15, 2021 · 0 comments
Open

3节点下,部分节点中应用addrs地址错误 #86

slsycl opened this issue Nov 15, 2021 · 0 comments

Comments

@slsycl
Copy link

slsycl commented Nov 15, 2021

部署情况:
单节点多实例不是,192.168.115.242:7171,192.168.115.242:7172,192.168.115.242:7173
注册情况:
ins := &naming.Instance{
Zone: "001",
Env: "prod",
AppID: "app01",
Version: "b",
Addrs: []string{
"http://192.168.115.242:8001",
"grpc://192.168.115.242:9001",
},
LastTs: time.Now().Unix(),
Metadata: map[string]string{
"color":"qa",
"weight":"10",
},
}
问题:
image
部分节点将 "addrs": ["http://192.168.115.242:8001","grpc://192.168.115.242:9001"]变成了 "addrs": ["http://192.168.115.242:8001,grpc://192.168.115.242:9001"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant