[
https://issues.apache.org/jira/browse/SOLR-16921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17841945#comment-17841945
]
ASF subversion and git services commented on SOLR-16921:
--------------------------------------------------------
Commit f9f9905aebbc4179e76fd22f182aeee75f7273a3 in solr's branch
refs/heads/main from Eric Pugh
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=f9f9905aebb ]
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]