[ 
https://issues.apache.org/jira/browse/SOLR-16921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Pugh updated SOLR-16921:
-----------------------------
    Description: 
We have a message like:
 if (zkHost == null) {
      throw new IllegalStateException(
          "Solr at "
              + cli.getOptionValue("solrUrl")
              + " is running in standalone server mode, upconfig can only be 
used when running in SolrCloud mode.\n");
    }

but we don't declare the option value of solrUrl..  

Although, why not???

> bin/solr upconfig and downconfig reference solrUrl but don't list it as 
> option!
> -------------------------------------------------------------------------------
>
>                 Key: SOLR-16921
>                 URL: https://issues.apache.org/jira/browse/SOLR-16921
>             Project: Solr
>          Issue Type: Sub-task
>          Components: cli
>    Affects Versions: main (10.0), 9.3
>            Reporter: Eric Pugh
>            Priority: Minor
>
> We have a message like:
>  if (zkHost == null) {
>       throw new IllegalStateException(
>           "Solr at "
>               + cli.getOptionValue("solrUrl")
>               + " is running in standalone server mode, upconfig can only be 
> used when running in SolrCloud mode.\n");
>     }
> but we don't declare the option value of solrUrl..  
> Although, why not???



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to