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

Lowercase the CLUSTERPROP command in ZkCLI for consistency

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.2.1
    • 5.3, 6.0
    • scripts and tools

    Description

      The examples for the zkcli.sh command looks like this

      Examples:
      zkcli.sh -zkhost localhost:9983 -cmd bootstrap -solrhome /opt/solr
      zkcli.sh -zkhost localhost:9983 -cmd upconfig -confdir /opt/solr/collection1/conf -confname myconf
      zkcli.sh -zkhost localhost:9983 -cmd downconfig -confdir /opt/solr/collection1/conf -confname myconf
      zkcli.sh -zkhost localhost:9983 -cmd linkconfig -collection collection1 -confname myconf
      zkcli.sh -zkhost localhost:9983 -cmd makepath /apache/solr
      zkcli.sh -zkhost localhost:9983 -cmd put /solr.conf 'conf data'
      zkcli.sh -zkhost localhost:9983 -cmd putfile /solr.xml /User/myuser/solr/solr.xml
      zkcli.sh -zkhost localhost:9983 -cmd get /solr.xml
      zkcli.sh -zkhost localhost:9983 -cmd getfile /solr.xml solr.xml.file
      zkcli.sh -zkhost localhost:9983 -cmd clear /solr
      zkcli.sh -zkhost localhost:9983 -cmd list
      zkcli.sh -zkhost localhost:9983 -cmd CLUSTERPROP -name urlScheme -val https
      

      It is inconsistent that CLUSTERPROP is uppercase.

      Attachments

        1. SOLR-7863.patch
          8 kB
          Jan Høydahl
        2. SOLR-7863.patch
          2 kB
          Jan Høydahl

        Activity

          People

            janhoy Jan Høydahl
            janhoy Jan Høydahl
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: