Skip to content

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

@slsycl

Description

@slsycl

部署情况:
单节点多实例不是,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"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions