You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/10/11 09:04:38 UTC

[GitHub] [servicecomb-kie] ryaninvoker commented on a change in pull request #219: 修复Linux 本地版Kie在部分机器上报找不到private ip的错误

ryaninvoker commented on a change in pull request #219:
URL: https://github.com/apache/servicecomb-kie/pull/219#discussion_r725928052



##########
File path: server/resource/v1/kv_resource_test.go
##########
@@ -67,7 +67,7 @@ func init() {
 	config.Configurations = &config.Config{
 		DB:             config.DB{},
 		ListenPeerAddr: "127.0.0.1:4000",
-		AdvertiseAddr:  "127.0.0.1:4000",
+		AdvertiseAddr:  "127.0.0.1",

Review comment:
       已经改回,agentConf取完整的IP:port serfConf取前面的IP




-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org