You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2018/02/05 22:31:50 UTC

lucene-solr:branch_7x: SOLR-11879: avoid EOFException for empty input streams

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 709c7f081 -> ab1e1550d


SOLR-11879: avoid EOFException for empty input streams


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/ab1e1550
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/ab1e1550
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/ab1e1550

Branch: refs/heads/branch_7x
Commit: ab1e1550dc554aa291e69dfee154b9c7de33a145
Parents: 709c7f0
Author: Noble Paul <no...@gmail.com>
Authored: Mon Feb 5 14:27:49 2018 -0800
Committer: Noble Paul <no...@gmail.com>
Committed: Mon Feb 5 14:31:33 2018 -0800

----------------------------------------------------------------------
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ab1e1550/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 4ad71bd..2b240a3 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -175,6 +175,9 @@ Optimizations
 * LUCENE-8149: NRTCachingDirectory does not need to preemptively delete segment files and generate exceptions
   (Erick Erickson)
 
+* SOLR-11879: avoid EOFException for empty input streams (noble)
+
+
 Other Changes
 ----------------------