-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2
-
Component/s: Compressors
-
Labels:None
When creating and closing a stream like this:
InputStream is = csFactory.createCompressorInputStream(CompressorStreamFactory.GZIP, in); is.close();
The underlying stream in is not closed.
It seems like a bug - for instance it prevents from deleting the file on which that stream was opened.
- is depended upon by
-
LUCENE-2982 Get rid of ContenSource's workaround for closing b/gzip input stream once this is fixed in CommonCompress
-
- Resolved
-
- relates to
-
LUCENE-2980 Benchmark's ContentSource should not rely on file suffixes to be lower cased when detecting file type (gzip/bzip2/text)
-
- Closed
-