Sunny-Island edited a comment on pull request #2742: URL: https://github.com/apache/bookkeeper/pull/2742#issuecomment-902567598
`FileChannelProvider ` do not hold any resources, maybe you mean add `close() `to BookieFileChannel? `close()` method can release `RandomAccessFile` and its `FileChannel` @eolivelli . Also, I guess I need to add test to ensure DefaultFileChannel methods are invoked in the correct sequence? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
