mirror of https://github.com/apache/lucene.git
SOLR-5918: ant clean does not remove ZooKeeper data
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654913 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d3f7b2035a
commit
fddabd00af
|
@ -829,6 +829,8 @@ Other Changes
|
||||||
* SOLR-7018: bin/solr stop should stop if there is only one node running or generate
|
* SOLR-7018: bin/solr stop should stop if there is only one node running or generate
|
||||||
an error message prompting the user to be explicit about which of multiple nodes
|
an error message prompting the user to be explicit about which of multiple nodes
|
||||||
to stop using the -p or -all options (Timothy Potter)
|
to stop using the -p or -all options (Timothy Potter)
|
||||||
|
|
||||||
|
* SOLR-5918: ant clean does not remove ZooKeeper data (Varun Thacker, Steve Rowe)
|
||||||
|
|
||||||
================== 4.10.3 ==================
|
================== 4.10.3 ==================
|
||||||
|
|
||||||
|
|
|
@ -319,7 +319,7 @@
|
||||||
</fileset>
|
</fileset>
|
||||||
<fileset dir="server">
|
<fileset dir="server">
|
||||||
<include name="**/data/**/*" />
|
<include name="**/data/**/*" />
|
||||||
<include name="solr/zoo_data" />
|
<include name="solr/zoo_data/" />
|
||||||
<include name="start.jar" />
|
<include name="start.jar" />
|
||||||
<include name="logs/*" />
|
<include name="logs/*" />
|
||||||
<include name="webapps/**/*" />
|
<include name="webapps/**/*" />
|
||||||
|
|
Loading…
Reference in New Issue