You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by kw...@apache.org on 2018/03/16 14:44:22 UTC

[2/2] lucene-solr:master: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/cbd4b671
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/cbd4b671
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/cbd4b671

Branch: refs/heads/master
Commit: cbd4b671ff77cf08e1c4890b23935e5629c1409d
Parents: 349579f 92002ed
Author: Karl Wright <Da...@gmail.com>
Authored: Fri Mar 16 10:44:08 2018 -0400
Committer: Karl Wright <Da...@gmail.com>
Committed: Fri Mar 16 10:44:08 2018 -0400

----------------------------------------------------------------------
 build.xml                                       |   4 +-
 dev-tools/README.txt                            |  15 +-
 .../test-patch/jenkins-precommit-script.sh      |  71 ++++
 .../test-patch/lucene-solr-yetus-personality.sh | 406 +++++++++++++++++++
 dev-tools/test-patch/test-patch.sh              |  91 +++++
 lucene/CHANGES.txt                              |   4 +
 solr/CHANGES.txt                                |   3 +
 solr/bin-test/README.md                         |  53 +++
 solr/bin-test/test                              | 191 +++++++++
 solr/bin-test/test_create_collection.sh         | 133 ++++++
 solr/bin-test/test_delete_collection.sh         |  70 ++++
 solr/bin-test/test_help.sh                      | 134 ++++++
 solr/bin-test/test_start_solr.sh                |  39 ++
 solr/bin-test/utils/assert.sh                   | 123 ++++++
 solr/bin-test/utils/cleanup.sh                  |  25 ++
 .../src/indexconfig-in-solrconfig.adoc          |  20 +
 .../src/running-solr-on-hdfs.adoc               |  63 +--
 .../src/solrcloud-autoscaling-triggers.adoc     |   7 +-
 .../src/taking-solr-to-production.adoc          |  14 +
 .../apache/solr/common/cloud/ZkStateReader.java |  30 +-
 20 files changed, 1416 insertions(+), 80 deletions(-)
----------------------------------------------------------------------