SOLR-11879: avoid EOFException for empty input streams

This commit is contained in:
Noble Paul 2018-02-05 14:27:49 -08:00
parent 4bd49726c1
commit 5240f697d3
1 changed files with 3 additions and 0 deletions

View File

@ -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
----------------------