RFR: JDK-8225507: (zipfs): No space left on device not thrown with ZipFileSystem

Alan Bateman Alan.Bateman at oracle.com
Sun Feb 9 17:02:23 UTC 2020


On 05/02/2020 23:34, Lance Andersen wrote:
> Hi Jaikiran,
>
> I think overall the patch is correct but it would be good to get some 
> extra eyes on this.
On the surface this looks okay but I think it would be useful if you (or 
Jai) could write a brief summary about the state of the file system and 
the underlying channel when the sync fails. I think the zip file system 
state will be closed (!isOpen) so a later attempt to close it will be a 
no-op. However, the state of the channel is not clear - is it open or 
closed?

-Alan


More information about the nio-dev mailing list