You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ze...@apache.org on 2019/06/12 04:01:05 UTC

[servicecomb-service-center] branch master updated (d7414f0 -> 605d0da)

This is an automated email from the ASF dual-hosted git repository.

zenlin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git.


    from d7414f0  Add the export notice to the README.md
     new 6dbbe32  Use goroutine to control the startup process
     new 28575c1  Adjust test cases
     new f270ca4  Add comments to the key progress
     new 605d0da  Merge pull request #556 from ChinX/syncer

The 918 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 syncer/config/config.go                    |  28 +++---
 syncer/etcd/agent.go                       |  63 ++++++++----
 syncer/grpc/server.go                      |  53 +++++++---
 syncer/serf/agent.go                       | 143 ++++++++++++++++++++------
 syncer/serf/agent_test.go                  |   7 +-
 syncer/serf/config.go                      |  23 ++++-
 syncer/server/handler.go                   |  10 +-
 syncer/server/server.go                    | 155 ++++++++++++++---------------
 syncer/servicecenter/servicecenter.go      |  10 +-
 syncer/servicecenter/servicecenter_test.go |   7 +-
 10 files changed, 326 insertions(+), 173 deletions(-)