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:29:50 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master 4bd49726c -> 5240f697d


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/5240f697
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/5240f697
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/5240f697

Branch: refs/heads/master
Commit: 5240f697d39d9cc235fed93e79ee25e8b8981792
Parents: 4bd4972
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:27:49 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5240f697/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 487ee5f..444b8ae 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -195,6 +195,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
 ----------------------