lilai23 commented on a change in pull request #757:
URL: 
https://github.com/apache/servicecomb-service-center/pull/757#discussion_r532318084



##########
File path: syncer/server/server.go
##########
@@ -85,22 +86,38 @@ type Server struct {
        // Wraps the grpc server
        grpc *grpc.Server
 
+       revisionMap map[string]record
+
        eventQueue []*dump.WatchInstanceChangedEvent
 
+       mapLock sync.RWMutex
+
        queueLock sync.RWMutex
+

Review comment:
       接收sc中的数据与其他region的syncer进行同步




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