mirror of https://github.com/apache/lucene.git
SOLR-9697: Fixed zk upconfig which was broken on windows
This commit is contained in:
parent
813b685565
commit
2ad2fca416
|
@ -280,6 +280,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: zk upconfig broken on windows (Xavier Jmlucjav via janhoy)
|
||||
|
||||
Optimizations
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -1361,7 +1361,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
|
||||
|
|
Loading…
Reference in New Issue