Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.
Attachments
Attachments
Issue Links
- 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)
- Reopened