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/14 03:37:18 UTC

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

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 605d0da  Merge pull request #556 from ChinX/syncer
     new 1ef7810  Support cluster mode for Syncer
     new b178514  Correct README Commanline
     new c5a0f9f  Merge pull request #558 from zenlint/clustermode

The 921 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/README-ZH.md                        | 47 ++++++++++++++++------
 syncer/README.md                           | 64 +++++++++++++++++++++++-------
 syncer/cmd/daemon.go                       | 10 ++++-
 syncer/config/config.go                    | 17 +++++++-
 syncer/etcd/agent.go                       |  8 ++++
 syncer/etcd/config.go                      |  5 +++
 syncer/serf/agent.go                       |  4 +-
 syncer/serf/config.go                      | 35 +++++++++++-----
 syncer/server/handler.go                   | 23 ++++++++---
 syncer/server/server.go                    | 40 ++++++++++++++++++-
 syncer/servicecenter/servicecenter_test.go |  9 +++--
 11 files changed, 209 insertions(+), 53 deletions(-)