[
https://issues.apache.org/jira/browse/SOLR-16921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17841947#comment-17841947
]
ASF subversion and git services commented on SOLR-16921:
--------------------------------------------------------
Commit 9fcc61ce31315254d62c838f55c776c8abd34546 in solr's branch
refs/heads/branch_9x from Eric Pugh
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=9fcc61ce313 ]
SOLR-16921: use -solrUrl to derive the zk host connection for bin/solr zk
subcommands (#2370)
> 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
> Assignee: Eric Pugh
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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: [email protected]
For additional commands, e-mail: [email protected]