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

bin/solr help doesn't mention "assert" as a COMMAND option

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 8.0
    • 7.1, 8.0
    • scripts and tools
    • None
    • Any POSIX-compliant environment.

    Description

      The root help/usage text for bin/solr looks like:

      [~/c/l/solr] $ bin/solr
      
      Usage: solr COMMAND OPTIONS
             where COMMAND is one of: start, stop, restart, status, healthcheck, create, create_core, create_collection, delete, version, zk, auth
      
        Standalone server example (start Solr running in the background on port 8984):
      
          ./solr start -p 8984
      
        SolrCloud example (start Solr running in SolrCloud mode using localhost:2181 to connect to Zookeeper, with 1g max heap size and remote Java debug options enabled):
      
          ./solr start -c -m 1g -z localhost:2181 -a "-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044"
      
      Pass -help after any COMMAND to see command-specific usage information,
        such as:    ./solr start -help or ./solr stop -help
      

      The list of valid commands near the top leaves off assert, a tool created back in SOLR-9610

      The usage text should be amended to include assert in the list.

      Attachments

        1. SOLR-11131.patch
          3 kB
          Jason Gerlowski
        2. SOLR-11131.patch
          1.0 kB
          Jason Gerlowski

        Activity

          People

            anshum Anshum Gupta
            gerlowskija Jason Gerlowski
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: