未验证 提交 7e771c53 编写于 作者: X XuPeng-SH 提交者: GitHub

Merge pull request #2118 from SkyYang/fix_2116

[skip ci](shards): fix issue #2116
......@@ -29,7 +29,7 @@ class StaticDiscovery(object):
def __init__(self, config, readonly_topo, **kwargs):
self.readonly_topo = readonly_topo
hosts = env.list('DISCOVERY_STATIC_HOSTS', [])
hosts = map(str.strip, env.list('DISCOVERY_STATIC_HOSTS', []))
self.port = env.int('DISCOVERY_STATIC_PORT', 19530)
self.hosts = [resolve_address(host, self.port) for host in hosts]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册