tianxiaoliang commented on a change in pull request #877:
URL: 
https://github.com/apache/servicecomb-service-center/pull/877#discussion_r585523739



##########
File path: datasource/mongo/ms.go
##########
@@ -1634,7 +1638,7 @@ func (ds *DataSource) GetInstance(ctx context.Context, 
request *discovery.GetOne
        serviceIDs = filterServiceIDs(ctx, request.ConsumerServiceId, 
request.Tags, services)
        if len(serviceIDs) == 0 {
                mes := fmt.Errorf("%s failed, provider instance does not 
exist", findFlag())
-               log.Error("get instance failed", err)
+               log.Error("get instance failed", ErrNotFindService)

Review comment:
       please print out service name,version,env and app




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to