Hmmm. For yucks, could you try this _without_ your patch? solr zk upconfig -z solrhost:2181 -n config -d path-to-conf
notice the lack of a hyphen before "upconfig". In 6x support for the older form with the hyphen is only there for back-compat. It'd help give us a clue where to look, whether it's generally the upconfig command or whether it's a problem with back-compat support. Thanks! Erick On Thu, Oct 27, 2016 at 8:39 AM, jmlucjav (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/SOLR-9697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15612252#comment-15612252 > ] > > jmlucjav commented on SOLR-9697: > -------------------------------- > > I am running the same command that works in a 5.5: > > solr zk -upconfig -z solrhost:2181 -n config -d path-to-conf > > by the way, it also works in 6.1 by calling zkli (at least against localhost) > but it would be better if could be used solr.cmd: > > cloud-scripts\zkcli.bat -zkhost localhost:9983 -cmd upconfig -confdir path > -confname config > > > > >> zk upconfig broken on windows >> ----------------------------- >> >> Key: SOLR-9697 >> URL: https://issues.apache.org/jira/browse/SOLR-9697 >> Project: Solr >> Issue Type: Bug >> Security Level: Public(Default Security Level. Issues are Public) >> Components: scripts and tools >> Affects Versions: 6.1 >> Environment: windows 10, windows 7 >> Reporter: jmlucjav >> Fix For: 6.3 >> >> Attachments: solr-9697.patch >> >> >> I cannot 'zk upconfig', the scripts keeps exiting immediately and showing >> usage, as if I use some wrong parameters. > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
