You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2014/08/21 23:18:55 UTC

svn commit: r1619594 - /lucene/dev/branches/lucene_solr_4_10/solr/bin/solr

Author: thelabdude
Date: Thu Aug 21 21:18:55 2014
New Revision: 1619594

URL: http://svn.apache.org/r1619594
Log:
SOLR-3617: minor issue if the user selects a port that is in use for the cloud example.

Modified:
    lucene/dev/branches/lucene_solr_4_10/solr/bin/solr

Modified: lucene/dev/branches/lucene_solr_4_10/solr/bin/solr
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/solr/bin/solr?rev=1619594&r1=1619593&r2=1619594&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_10/solr/bin/solr (original)
+++ lucene/dev/branches/lucene_solr_4_10/solr/bin/solr Thu Aug 21 21:18:55 2014
@@ -567,6 +567,7 @@ if [ "$EXAMPLE" != "" ]; then
             SOLR_MODE="solrcloud"
             SOLR_SERVER_DIR="$SOLR_TIP/node1"
             SOLR_HOME="$SOLR_SERVER_DIR/solr"
+            SOLR_PORT=${CLOUD_PORTS[0]}
             shift
         ;;
         default)