robotLJW commented on a change in pull request #817:
URL: 
https://github.com/apache/servicecomb-service-center/pull/817#discussion_r553696775



##########
File path: syncer/server/server.go
##########
@@ -297,10 +298,15 @@ func instFromOtherSC(instance *dump.Instance, m 
*pb.MappingEntry) bool {
 func (s *Server) addToQueue(event *dump.WatchInstanceChangedEvent) {
        mapping := s.servicecenter.GetSyncMapping()
 
-       for _, m := range mapping {
+       for index, m := range mapping {
                if instFromOtherSC(event.Instance, m) {
                        log.Debugf("instance[curId:%s, originId:%s] is from 
another sc, no need to put to queue",

Review comment:
       我记得亮哥说过,所有f结尾的log都不行。这个估计是之前的坑帮忙修改排查下呗。这样修改log.Debug(fmt.Sprintf(xxxxx))




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