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
|
@ -279,6 +279,8 @@ Bug Fixes
|
||||||
|
|
||||||
* SOLR-2094: XPathEntityProcessor should reinitialize the XPathRecordReader instance if
|
* 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)
|
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
|
Optimizations
|
||||||
----------------------
|
----------------------
|
||||||
|
|
|
@ -1361,7 +1361,6 @@ IF "%1"=="-upconfig" (
|
||||||
if not "%~1"=="" (
|
if not "%~1"=="" (
|
||||||
goto set_zk_src
|
goto set_zk_src
|
||||||
)
|
)
|
||||||
goto zk_usage
|
|
||||||
) ELSE IF "!ZK_DST!"=="" (
|
) ELSE IF "!ZK_DST!"=="" (
|
||||||
IF "%ZK_OP%"=="cp" (
|
IF "%ZK_OP%"=="cp" (
|
||||||
goto set_zk_dst
|
goto set_zk_dst
|
||||||
|
|
Loading…
Reference in New Issue