From 9dc5d7edda5fbbbf1a0b7787a7c6dc91f6fd2be9 Mon Sep 17 00:00:00 2001 From: Mark Robert Miller Date: Thu, 4 Feb 2010 16:30:37 +0000 Subject: [PATCH] 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 --- CHANGES.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 15eee9eb2f0..50be3799ee9 100644 --- a/CHANGES.txt +++ b/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 ----------------------