rdblue commented on pull request #3276: URL: https://github.com/apache/iceberg/pull/3276#issuecomment-956939861
@velctor, it looks like that is a different finalizer. If you were seeing something that was closed by the Iceberg finalizer, you'd get a stack trace for where the stream was created and it would be no longer referenced. I think in this case, your `FileSystem` is getting closed by the finalizer, which closes all streams associated with it. That's why you get the DFS classes in those logs (I think). Are you not caching the FS instance in Hadoop's FileSystem class? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
