You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@distributedlog.apache.org by si...@apache.org on 2016/12/21 08:00:32 UTC

[24/29] incubator-distributedlog git commit: Merge branch 'merge/DL-95' into merge/DL-96

Merge branch 'merge/DL-95' into merge/DL-96


Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/a1a35167
Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/a1a35167
Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/a1a35167

Branch: refs/heads/merge/DL-98
Commit: a1a351676be9864bbce1e9ba27deadfff79f6b02
Parents: b7ae590 749657f
Author: Sijie Guo <si...@apache.org>
Authored: Fri Dec 16 23:53:50 2016 -0800
Committer: Sijie Guo <si...@apache.org>
Committed: Fri Dec 16 23:53:50 2016 -0800

----------------------------------------------------------------------
 .gitignore                                      |   4 +
 .travis.yml                                     |   4 +
 Dockerfile                                      |  10 +-
 Vagrantfile                                     |   5 +-
 distributedlog-benchmark/bin/bundle             |   7 +-
 distributedlog-benchmark/bin/dbench             |  15 +-
 distributedlog-benchmark/conf/dlogenv.sh        |   2 +-
 .../routing/ConsistentHashRoutingService.java   |   2 +-
 distributedlog-core/bin/dlog                    |  12 +-
 distributedlog-core/conf/write_proxy.conf       |   2 +-
 .../distributedlog/DistributedLogConstants.java |   2 +-
 distributedlog-service/bin/bundle               |   7 +-
 distributedlog-service/bin/dlog                 |  10 +-
 distributedlog-service/bin/dlog-daemon.sh       | 170 +++++++++----------
 .../distributedlog-kafka/bin/runner             |   1 -
 docker/Dockerfile                               |  35 ----
 docs/admin_guide/vagrant.rst                    |   4 +-
 docs/basics/introduction.rst                    |  14 +-
 docs/deployment/cluster.rst                     |  58 ++++---
 docs/deployment/docker.rst                      |   2 +-
 pom.xml                                         |  11 +-
 scripts/bundle                                  |   2 -
 scripts/common.sh                               |  10 +-
 scripts/integration/smoketest.sh                | 113 ++++++++++++
 scripts/runner                                  |  12 +-
 scripts/snapshot                                |  11 +-
 vagrant/base.sh                                 |  43 ++---
 vagrant/bk.sh                                   |  64 +++----
 vagrant/zk.sh                                   |   5 +-
 29 files changed, 362 insertions(+), 275 deletions(-)
----------------------------------------------------------------------