Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-6509

Solr start scripts interactive mode doesn't honor -z argument

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.10
    • 4.10.2, 5.0
    • scripts and tools
    • None

    Description

      The solr start script ignore -z parameter when combined with -e cloud (interactive cloud mode).

      ./bin/solr -z localhost:2181 -e cloud
      
      Welcome to the SolrCloud example!
      
      
      This interactive session will help you launch a SolrCloud cluster on your local workstation.
      
      To begin, how many Solr nodes would you like to run in your local cluster? (specify 1-4 nodes) [2] 1
      Ok, let's start up 1 Solr nodes for your example SolrCloud cluster.
      
      Please enter the port for node1 [8983] 
      8983
      Cloning /home/shalin/programs/solr-4.10.1/example into /home/shalin/programs/solr-4.10.1/node1
      
      Starting up SolrCloud node1 on port 8983 using command:
      
      solr start -cloud -d node1 -p 8983 
      
      
      Waiting to see Solr listening on port 8983 [-]  
      Started Solr server on port 8983 (pid=27291). Happy searching!
      

      Attachments

        1. SOLR-6509.patch
          3 kB
          Timothy Potter

        Activity

          People

            thelabdude Timothy Potter
            shalin Shalin Shekhar Mangar
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: