You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/12 02:34:27 UTC

[GitHub] [dubbo-go] AlexStocks commented on a change in pull request #1449: 修改panic的日志,打印了错误的详细原因,提醒用户需要添加的配置

AlexStocks commented on a change in pull request #1449:
URL: https://github.com/apache/dubbo-go/pull/1449#discussion_r706731386



##########
File path: config/consumer_config.go
##########
@@ -111,7 +111,7 @@ func (cc *ConsumerConfig) Load() {
 					checkok = false
 					count++
 					if count > maxWait {
-						errMsg := fmt.Sprintf("Failed to check the status of the service %v. No provider available for the service to the consumer use dubbo version %v", refconfig.InterfaceName, constant.Version)
+						errMsg := fmt.Sprintf("Request timed out, please check configuration,Failed to check the status of the service %v. No provider available for the service to the consumer use dubbo version %v", refconfig.InterfaceName, constant.Version)

Review comment:
       在逗号后面注意加上空格。下面两行改动也处理下




-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org