[ 
https://issues.apache.org/jira/browse/SOLR-4072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13892963#comment-13892963
 ] 

ASF subversion and git services commented on SOLR-4072:
-------------------------------------------------------

Commit 1565059 from [[email protected]] in branch 'dev/trunk'
[ https://svn.apache.org/r1565059 ]

SOLR-4072: Error message is incorrect for linkconfig in ZkCLI.

> 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]

Reply via email to