mirror of https://github.com/apache/lucene.git
put changes entry in wrong place last commit - move it
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@906554 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
db62a20003
commit
9dc5d7edda
10
CHANGES.txt
10
CHANGES.txt
|
@ -164,6 +164,11 @@ Bug Fixes
|
|||
|
||||
* SOLR-1711: SolrJ - StreamingUpdateSolrServer had a race condition that
|
||||
could halt the streaming of documents. (Attila Babo via yonik)
|
||||
|
||||
* SOLR-1748, SOLR-1747, SOLR-1746, SOLR-1745, SOLR-1744: Streams and Readers
|
||||
retrieved from ContentStreams are not closed in various places, resulting
|
||||
in file descriptor leaks.
|
||||
(Christoff Brill, Mark Miller)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
@ -849,11 +854,6 @@ Bug Fixes
|
|||
75. SOLR-1529: More than 8 deleteByQuery commands in a single request
|
||||
caused an error to be returned, although the deletes were
|
||||
still executed. (asmodean via yonik)
|
||||
|
||||
76. SOLR-1748, SOLR-1747, SOLR-1746, SOLR-1745, SOLR-1744: Streams and Readers
|
||||
retrieved from ContentStreams are not closed in various places, resulting
|
||||
in file descriptor leaks.
|
||||
(Christoff Brill, Mark Miller)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
|
Loading…
Reference in New Issue