Re: Possible problems with closing AsyncFileIO

2018-09-04 Thread Nikolay Izhikov
Hello, Sergey. If some resources are not closed after usage it certainly a bug. Can you create a ticket and attach a simplest reproducer for desribed issue? В Вт, 04/09/2018 в 17:44 +0300, Sergey Antonov пишет: > Hello, Igniters! > > I found bug in org.apache >

Possible problems with closing AsyncFileIO

2018-09-04 Thread Sergey Antonov
Hello, Igniters! I found bug in org.apache .ignite.internal.processors.cache.persistence.file.AsyncFileIO#close(): If one of async futures (ChannelOpFuture) throw IgniteCheckedException AsynchronousFileChannel associated with AsyncFileIO instance will not be closed. It's correct behaviour or