[
https://issues.apache.org/jira/browse/SOLR-4072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vamsee Yarlagadda updated SOLR-4072:
------------------------------------
Attachment: SOLR-4072.patch
Patch available.
> Error message is incorrect for linkconfig in ZkCLI
> --------------------------------------------------
>
> Key: SOLR-4072
> URL: https://issues.apache.org/jira/browse/SOLR-4072
> Project: Solr
> Issue Type: Bug
> Affects Versions: 4.0
> Reporter: Adam Hahn
> Priority: Trivial
> Attachments: SOLR-4072.patch
>
> Original Estimate: 5m
> Remaining Estimate: 5m
>
> If you don't include both the collection and confname when doing a
> linkconfig, it shows you an incorrect error message stating that the CONFDIR
> is required for linkconfig. That should be changed to COLLECTION. The
> incorrect code is below.
> else if (line.getOptionValue(CMD).equals(LINKCONFIG)) {
> if (!line.hasOption(COLLECTION) || !line.hasOption(CONFNAME)) {
> System.out.println("-" + {color:red} CONFDIR {color} + " and -" +
> CONFNAME
> + " are required for " + LINKCONFIG);
> System.exit(1);
> }
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]