rdblue commented on issue #104: ManifestReader is not properly closed in BaseTableScan URL: https://github.com/apache/incubator-iceberg/issues/104#issuecomment-464904672 The tasks and the closeable iterable should maintain a reference to that queue, so I don't think that is the problem. Any open file should go into that queue and get cleaned up when close is eventually called because close happens later, although this isn't guaranteed because they are called in separate threads so there is a race condition.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
