diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index ba55d946b6a..49c7cf4ad76 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -288,6 +288,8 @@ Bug Fixes * SOLR-2094: XPathEntityProcessor should reinitialize the XPathRecordReader instance if the 'forEach' or 'xpath' attributes are templates & it is not a root entity (Cao Manh Dat, noble) +* SOLR-9697: Fix zk upconfig which was broken on windows (Xavier Jmlucjav via janhoy) + Optimizations ---------------------- diff --git a/solr/bin/solr.cmd b/solr/bin/solr.cmd index 766a6d15afc..28de63f38d7 100644 --- a/solr/bin/solr.cmd +++ b/solr/bin/solr.cmd @@ -1357,7 +1357,6 @@ IF "%1"=="-upconfig" ( if not "%~1"=="" ( goto set_zk_src ) - goto zk_usage ) ELSE IF "!ZK_DST!"=="" ( IF "%ZK_OP%"=="cp" ( goto set_zk_dst