RE: zk upconfig does not recognize ZK_HOST style url

2021-03-11 Thread Subhajit Das
Hi Jan, Opened SOLR-15231<https://issues.apache.org/jira/browse/SOLR-15231> Thanks, Subhajit From: Jan Høydahl<mailto:jan@cominvent.com> Sent: 09 March 2021 05:05 PM To: users@solr.apache.org<mailto:users@solr.apache.org> Subject: Re: zk upconfig does not recognize ZK_HO

Re: zk upconfig does not recognize ZK_HOST style url

2021-03-09 Thread Jan Høydahl
This sounds like a bug. Please open a JIRA issue for it. The bug appears when parsing zkHost in SolrCLI.java, here is one place https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/util/SolrCLI.java#L212 but there are others. We need to parse the string, pull out

zk upconfig does not recognize ZK_HOST style url

2021-03-08 Thread Subhajit Das
Hi There, When I was trying to upload new configset to zookeeper using Solr control script, the -z parameter is not recognizing ZK_HOST style string. Say, I use ,,/solr, then the config is uploaded to directly, instead of /solr znode. Can anyone please help on this matter, if this is how it